Updated cards which target cards with attribute x

This commit is contained in:
Evan Kranzler 2017-09-16 21:08:52 -04:00
parent b3712b88c7
commit dcddc91144
10 changed files with 53 additions and 59 deletions

View file

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