Fixed Bloodied Ghost.

This commit is contained in:
magenoxx 2011-06-22 01:43:48 +04:00
parent a14cc419d8
commit 65690c1b53

View file

@ -53,7 +53,7 @@ public class BloodiedGhost extends CardImpl<BloodiedGhost> {
this.power = new MageInt(3); this.power = new MageInt(3);
this.toughness = new MageInt(3); this.toughness = new MageInt(3);
this.addAbility(FlyingAbility.getInstance()); this.addAbility(FlyingAbility.getInstance());
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance()), "Bloodied Ghost gets a -1/-1 counter")); this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.M1M1.createInstance()), "Bloodied Ghost gets a -1/-1 counter"));
} }
public BloodiedGhost (final BloodiedGhost card) { public BloodiedGhost (final BloodiedGhost card) {