mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Bloodcrazed Hoplite - Fixed his second ability that did not work.
This commit is contained in:
parent
682290ce04
commit
6be1ada183
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class BloodcrazedHoplite extends CardImpl<BloodcrazedHoplite> {
|
|||
// Heroic - Whenever you cast a spell that targets Bloodcrazed Hoplite, put a +1/+1 counter on it.
|
||||
this.addAbility(new HeroicAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance(), false)));
|
||||
// Whenever a +1/+1 counter is placed on Bloodcrazed Hoplite, remove a +1/+1 counter from target creature an opponent controls.
|
||||
this.addAbility(new BloodcrazedHopliteTriggeredAbility());
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue