added CantActivateAbilities

master
melvin 2013-02-16 17:14:58 +08:00
parent 8793d0874c
commit 861c0ec58b
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ public enum MagicPlayerState {
PreventAllCombatDamage("prevent all combat damage that would be dealt this turn"),
Exhausted("creatures and lands don't untap during your next untap step"),
WasDealtDamage(""),
CantCastSpells("can't cast spells this turn")
CantCastSpells("can't cast spells this turn"),
CantActivateAbilities("can't activate abilities this turn"),
;
public static final int CLEANUP_MASK=Exhausted.getMask();