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:
jendave
2011-08-06 04:01:07 +00:00
parent 368b37a56e
commit f6a1699643
2 changed files with 5 additions and 1 deletions

View File

@@ -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);