fixed Inkfathom Divers etb ability

This commit is contained in:
jendave
2011-08-06 08:48:06 +00:00
parent 4cc726e3af
commit b3ed82febb

View File

@@ -17927,7 +17927,7 @@ public class CardFactory_Creatures {
//*************** START *********** START ************************** //*************** START *********** START **************************
else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers") || else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathom Divers") ||
cardName.equals("Sage Aven") || cardName.equals("Sage of Epityr") || cardName.equals("Sage Aven") || cardName.equals("Sage of Epityr") ||
cardName.equals("Spire Owl")) { cardName.equals("Spire Owl")) {
final SpellAbility ability = new Ability(card, "0") { final SpellAbility ability = new Ability(card, "0") {