mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
add Spire Owl from Urza's Saga (same code as Sage Owl)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user