[ZNR] fixed Vine Gecko not reducing costs (#7046)

This commit is contained in:
Evan Kranzler 2020-09-21 18:43:22 -04:00
parent 18ba6d23e8
commit 05cb24fd75

View file

@ -48,7 +48,7 @@ public final class VineGecko extends CardImpl {
// The first kicked spell you cast each turn costs {1} less to cast. // The first kicked spell you cast each turn costs {1} less to cast.
this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 1) this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 1)
.setText("the first kicked spell you cast each turn costs {1} less to cast"))); .setText("the first kicked spell you cast each turn costs {1} less to cast")), new VineGeckoWatcher());
// Whenever you cast a kicked spell, put a +1/+1 counter on Vine Gecko. // Whenever you cast a kicked spell, put a +1/+1 counter on Vine Gecko.
this.addAbility(new SpellCastControllerTriggeredAbility( this.addAbility(new SpellCastControllerTriggeredAbility(