Implement cards: Consumptive Goo, Decree of Silence, Misguided Rage, and Recuperate

This commit is contained in:
LoneFox 2015-12-20 11:24:31 +02:00
parent aaa4857e43
commit 55dcf80012
5 changed files with 294 additions and 1 deletions

View file

@ -134,7 +134,8 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
|| ruleLow.startsWith("tap")
|| ruleLow.startsWith("untap")
|| ruleLow.startsWith("put")
|| ruleLow.startsWith("remove")) {
|| ruleLow.startsWith("remove")
|| ruleLow.startsWith("counter")) {
sb.append("you may ");
} else {
if (!ruleLow.startsWith("its controller may")) {