add Spire Owl from Urza's Saga (same code as Sage Owl)

This commit is contained in:
jendave
2011-08-06 04:15:46 +00:00
parent b06eed3df6
commit c3d7318667
3 changed files with 10 additions and 1 deletions

View File

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