fixed AI - will now attack if opponent has no defenders

This commit is contained in:
BetaSteward 2010-12-13 00:01:35 -05:00
parent 65c55e4e2a
commit d6c30e3734
6 changed files with 17 additions and 6 deletions

View file

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