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:
parent
f264ac5032
commit
4c71b55457
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue