Vile Requiem modified so its ability can be copied,

implemented Recantation, Rumbling Crescendo, Serra's Liturgy and War Dance
This commit is contained in:
Evan Kranzler 2017-09-19 20:29:33 -04:00
parent ce68a1d9ed
commit 602eee1928
9 changed files with 376 additions and 33 deletions

View file

@ -6,5 +6,5 @@ package mage.constants;
*/
public enum TargetAdjustment {
NONE, X_TARGETS, X_CMC_EQUAL_PERM, X_CMC_EQUAL_GY_CARD, X_POWER_LEQ, CHOSEN_NAME, CHOSEN_COLOR
NONE, X_TARGETS, X_CMC_EQUAL_PERM, X_CMC_EQUAL_GY_CARD, X_POWER_LEQ, CHOSEN_NAME, CHOSEN_COLOR, VERSE_COUNTER_TARGETS
}