From 3bc4f96c8edef1883b2d9afddf4f6a03cbd01f73 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 04:15:32 +0000 Subject: [PATCH] add Omen from Portal (same code as Ponder) --- res/card-pictures.txt | 1 + res/cards.txt | 6 ++++++ src/forge/CardFactory.java | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/res/card-pictures.txt b/res/card-pictures.txt index f6986b059a9..b72f7ae100f 100644 --- a/res/card-pictures.txt +++ b/res/card-pictures.txt @@ -38,6 +38,7 @@ 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 +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 sage_owl.jpg http://www.wizards.com/global/images/magic/general/sage_owl.jpg diff --git a/res/cards.txt b/res/cards.txt index 5332cda9607..740d7470491 100644 --- a/res/cards.txt +++ b/res/cards.txt @@ -1,3 +1,9 @@ +Omen +1 U +Sorcery +Look at the top three cards of your library, then put them back in any order. You may shuffle your library. +Draw a card. + Inkfathom Divers 3 U U Creature Merfolk Soldier diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index a28dae8807b..4e1630b654d 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -19195,7 +19195,7 @@ public class CardFactory implements NewConstants { }//*************** END ************ END ************************** //*************** START *********** START ************************** - else if(cardName.equals("Ponder")) { + else if(cardName.equals("Ponder") || cardName.equals("Omen")) { /* * Look at the top three cards of your library, then put them back * in any order. You may shuffle your library. Draw a card.