mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Hellkite Hatchling - Fixed wrong P/T of 4/4 to 2/2.
This commit is contained in:
parent
997fdf1653
commit
14f50d7531
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue