1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-03 09:18:59 -09:00

[M20] fixed Gargos, Vicious Watcher

This commit is contained in:
Oleg Agafonov 2019-06-30 11:23:40 +04:00
parent f264ac5032
commit 4c71b55457

View file

@ -46,7 +46,7 @@ public final class GargosViciousWatcher extends CardImpl {
this.addAbility(VigilanceAbility.getInstance());
// Hydra spells you cast cost {4} less to cast.
this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 1)));
this.addAbility(new SimpleStaticAbility(new SpellsCostReductionControllerEffect(filter, 4)));
// Whenever a creature you control becomes the target of a spell, Gargos, Vicious Watcher fights up to one target creature you don't control.
this.addAbility(new GargosViciousWatcherTriggeredAbility());