mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[ZNR] fixed Vine Gecko not reducing costs (#7046)
This commit is contained in:
parent
18ba6d23e8
commit
05cb24fd75
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue