mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
fixed AI - will now attack if opponent has no defenders
This commit is contained in:
parent
65c55e4e2a
commit
d6c30e3734
6 changed files with 17 additions and 6 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue