Sea Gate Oracle pt fix.

This commit is contained in:
magenoxx 2010-12-13 01:58:36 +03:00
parent e45efd0527
commit 09407dc931

View file

@ -59,7 +59,7 @@ public class SeaGateOracle extends CardImpl<SeaGateOracle> {
this.subtype.add("Human"); this.subtype.add("Human");
this.subtype.add("Wizard"); this.subtype.add("Wizard");
this.power = new MageInt(1); this.power = new MageInt(1);
this.toughness = new MageInt(1); this.toughness = new MageInt(3);
this.addAbility(new EntersBattlefieldTriggeredAbility(new SeaGateOracleEffect(), false)); this.addAbility(new EntersBattlefieldTriggeredAbility(new SeaGateOracleEffect(), false));
} }