fixed Runaway Steam-Kin triggering off of non-red spells

This commit is contained in:
Evan Kranzler 2018-09-22 21:43:50 -04:00
parent 56c1b17dd7
commit 461e5b2682

View file

@ -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, "