forked from External/mage
Some fixes to M15 cards or by M15 used classes.
This commit is contained in:
parent
9ad45a6ab9
commit
18e78b8294
23 changed files with 105 additions and 50 deletions
|
|
@ -78,6 +78,7 @@ public interface Permanent extends Card, Controllable {
|
|||
|
||||
boolean canBeTargetedBy(MageObject source, UUID controllerId, Game game);
|
||||
boolean hasProtectionFrom(MageObject source, Game game);
|
||||
boolean cantBeEnchantedBy(MageObject source, Game game);
|
||||
boolean hasSummoningSickness();
|
||||
int getDamage();
|
||||
int damage(int damage, UUID sourceId, Game game, boolean preventable, boolean combat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue