forked from External/mage
fixed Runaway Steam-Kin triggering off of non-red spells
This commit is contained in:
parent
56c1b17dd7
commit
461e5b2682
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public final class RunawaySteamKin extends CardImpl {
|
|||
new SpellCastControllerTriggeredAbility(
|
||||
new AddCountersSourceEffect(
|
||||
CounterType.P1P1.createInstance()
|
||||
), false
|
||||
), filter, false
|
||||
), new SourceHasCounterCondition(CounterType.P1P1, 0, 2),
|
||||
"Whenever you cast a red spell, "
|
||||
+ "if {this} has fewer than three +1/+1 counters on it, "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue