forked from External/mage
added Summoning Sickness property
This commit is contained in:
parent
e36d4e57e1
commit
ecd0281d81
3 changed files with 12 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ public interface Permanent extends Card {
|
|||
public boolean changeControllerId(UUID controllerId, Game game);
|
||||
public boolean canBeTargetedBy(MageObject source);
|
||||
public boolean hasProtectionFrom(MageObject source);
|
||||
public boolean hasSummoningSickness();
|
||||
public int getDamage();
|
||||
public int damage(int damage, UUID sourceId, Game game, boolean preventable);
|
||||
public void removeAllDamage(Game game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue