updated abilities with x targets

This commit is contained in:
Evan Kranzler 2017-09-16 17:07:48 -04:00
parent cd3e038223
commit 856dcb54d5
10 changed files with 76 additions and 13 deletions

View file

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