forked from External/mage
[AVR] Second Guest + tests. Refactored filters.
This commit is contained in:
parent
3fac42fc3c
commit
32e29392d2
184 changed files with 823 additions and 562 deletions
|
|
@ -75,7 +75,7 @@ public interface Permanent extends Card {
|
|||
public UUID getControllerId();
|
||||
public boolean changeControllerId(UUID controllerId, Game game);
|
||||
public boolean canBeTargetedBy(MageObject source, UUID controllerId, Game game);
|
||||
public boolean hasProtectionFrom(MageObject source);
|
||||
public boolean hasProtectionFrom(MageObject source, Game game);
|
||||
public boolean hasSummoningSickness();
|
||||
public int getDamage();
|
||||
public int damage(int damage, UUID sourceId, Game game, boolean preventable, boolean combat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue