mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
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".
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user