* Hellkite Hatchling - Fixed wrong P/T of 4/4 to 2/2.

This commit is contained in:
LevelX2 2014-06-18 13:41:16 +02:00
parent 997fdf1653
commit 14f50d7531

View file

@ -56,8 +56,8 @@ public class HellkiteHatchling extends CardImpl {
this.color.setRed(true);
this.color.setGreen(true);
this.power = new MageInt(4);
this.toughness = new MageInt(4);
this.power = new MageInt(2);
this.toughness = new MageInt(2);
// Devour 1 (As this enters the battlefield, you may sacrifice any number of creatures. This creature enters the battlefield with that many +1/+1 counters on it.)
this.addAbility(new DevourAbility(DevourFactor.Devour1));