mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fixed Bloodied Ghost.
This commit is contained in:
parent
a14cc419d8
commit
65690c1b53
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue