mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed an error
This commit is contained in:
parent
39dd0f5df2
commit
7d05f8a1d8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class ProteanHydra extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldAbility(new EntersBattlefieldWithXCountersEffect(CounterType.P1P1.createInstance())));
|
||||
|
||||
// If damage would be dealt to Protean Hydra, prevent that damage and remove that many +1/+1 counters from it.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PreventDamageAndRemoveCountersEffect()));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new PreventDamageAndRemoveCountersEffect(true)));
|
||||
|
||||
// Whenever a +1/+1 counter is removed from Protean Hydra, put two +1/+1 counters on it at the beginning of the next end step.
|
||||
this.addAbility(new ProteanHydraAbility());
|
||||
|
|
Loading…
Reference in a new issue