* Bloodcrazed Hoplite - Fixed his second ability that did not work.

This commit is contained in:
LevelX2 2014-05-28 01:03:47 +02:00
parent 682290ce04
commit 6be1ada183

View file

@ -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());
}