diff --git a/res/card-pictures.txt b/res/card-pictures.txt index b72f7ae100f..2bb9165994b 100644 --- a/res/card-pictures.txt +++ b/res/card-pictures.txt @@ -38,6 +38,8 @@ snow_covered_mountain.jpg http://www.wizards.com/global/images/magic/gene snow_covered_mountain1.jpg http://www.wizards.com/global/images/magic/general/snow_covered_mountain.jpg snow_covered_mountain2.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg snow_covered_mountain3.jpg http://www.magickartenmarkt.de/img/cards/Ice_Age/snow_covered_mountain.jpg +sage_aven.jpg http://www.wizards.com/global/images/magic/general/sage_aven.jpg +sage_of_epityr.jpg http://www.wizards.com/global/images/magic/general/sage_of_epityr.jpg omen.jpg http://www.wizards.com/global/images/magic/general/omen.jpg inkfathom_divers.jpg http://www.wizards.com/global/images/magic/general/inkfathom_divers.jpg index.jpg http://www.wizards.com/global/images/magic/general/index.jpg diff --git a/res/cards.txt b/res/cards.txt index 740d7470491..6d8200eee6e 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,16 @@ +Sage Aven +3 U +Creature Bird Soldier +When Sage Aven enters the battlefield, look at the top four cards of your library, then put them back in any order. +1/3 +Flying + +Sage of Epityr +U +Creature Human Wizard +When Sage of Epityr enters the battlefield, look at the top four cards of your library, then put them back in any order. +1/1 + Omen 1 U Sorcery diff --git a/src/forge/CardFactory_Creatures.java b/src/forge/CardFactory_Creatures.java index b9d17dcfee4..fc14fd7ce68 100644 --- a/src/forge/CardFactory_Creatures.java +++ b/src/forge/CardFactory_Creatures.java @@ -17673,7 +17673,8 @@ public class CardFactory_Creatures { }//*************** END ************ END ************************** //*************** START *********** START ************************** - else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers")) { + else if(cardName.equals("Sage Owl") || cardName.equals("Inkfathor Divers") || + cardName.equals("Sage Aven") || cardName.equals("Sage of Epityr")) { final SpellAbility ability = new Ability(card, "0") { @Override public void resolve() {