mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Sea Gate Oracle pt fix.
This commit is contained in:
parent
e45efd0527
commit
09407dc931
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue