From f6a1699643fecc941626aca7ea433cfc67f65d09 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 04:01:07 +0000 Subject: [PATCH] 1) Added 4 LQ pic urls. 2) Changed the makeToken command for Bottle of Suleiman and it will now allow the display of a token jpg named "c_5_5_djinn.jpg". --- res/card-pictures.txt | 4 ++++ src/forge/CardFactory.java | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/card-pictures.txt b/res/card-pictures.txt index 48aeb953f78..8328a8fc0e5 100644 --- a/res/card-pictures.txt +++ b/res/card-pictures.txt @@ -38,6 +38,10 @@ 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 +lighthouse_chronologist.jpg http://www.wizards.com/global/images/magic/general/lighthouse_chronologist.jpg +transcendent_master.jpg http://www.wizards.com/global/images/magic/general/transcendent_master.jpg +student_of_warfare.jpg http://www.wizards.com/global/images/magic/general/student_of_warfare.jpg +aura_gnarlid.jpg http://www.wizards.com/global/images/magic/general/aura_gnarlid.jpg venerated_teacher.jpg http://www.wizards.com/global/images/magic/general/venerated_teacher.jpg knight_of_cliffhaven.jpg http://www.wizards.com/global/images/magic/general/knight_of_cliffhaven.jpg ikiral_outrider.jpg http://www.wizards.com/global/images/magic/general/ikiral_outrider.jpg diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index 5ed6dcbb603..e4befacda2f 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -17941,7 +17941,7 @@ public class CardFactory implements NewConstants { if( (flip == true && choice.equals("heads")) || (flip == false && choice.equals("tails"))) { JOptionPane.showMessageDialog(null, "Bottle of Suleiman - Win! - "+player+" puts a 5/5 Flying Djinn in play.", "Bottle of Suleiman", JOptionPane.PLAIN_MESSAGE); - CardFactoryUtil.makeToken("Djinn", "", card, "0", new String[] {"Creature", "Artifact", "Djinn"}, 5, 5, new String[] {"Flying"}); + CardFactoryUtil.makeToken("Djinn", "C 5 5 Djinn", card, "", new String[] {"Creature", "Artifact", "Djinn"}, 5, 5, new String[] {"Flying"}); } else{ JOptionPane.showMessageDialog(null, "Bottle of Suleiman - Lose - Bottle does 5 damage to "+player+".", "Bottle of Suleiman", JOptionPane.PLAIN_MESSAGE);