Fixed Issue 217

This commit is contained in:
magenoxx 2011-08-24 13:53:45 +04:00
parent 76553e2075
commit 72169376cd

View file

@ -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);