changed Ancient Hellkite, made predicate for cards/permanents defending player controls/owns

This commit is contained in:
Evan Kranzler 2017-09-19 11:50:29 -04:00
parent 6800d80cae
commit 96a3f40891
4 changed files with 126 additions and 20 deletions

View file

@ -6,5 +6,5 @@ package mage.constants;
*/
public enum TargetAdjustment {
NONE, X_TARGETS, X_CMC_EQUAL_PERM, GETH, DEFENDING_PLAYER,X_POWER_LEQ
NONE, X_TARGETS, X_CMC_EQUAL_PERM, GETH, DEFENDING_PLAYER, X_POWER_LEQ,
}