mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed Issue 217
This commit is contained in:
parent
76553e2075
commit
72169376cd
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ public class OracleOfMulDaya extends CardImpl<OracleOfMulDaya> {
|
||||||
this.expansionSetCode = "ZEN";
|
this.expansionSetCode = "ZEN";
|
||||||
this.subtype.add("Elf");
|
this.subtype.add("Elf");
|
||||||
this.subtype.add("Shaman");
|
this.subtype.add("Shaman");
|
||||||
this.color.setWhite(true);
|
this.color.setGreen(true);
|
||||||
|
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(3);
|
this.toughness = new MageInt(3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue