forked from External/mage
Implement cards: Consumptive Goo, Decree of Silence, Misguided Rage, and Recuperate
This commit is contained in:
parent
aaa4857e43
commit
55dcf80012
5 changed files with 294 additions and 1 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue