mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Honden of Cleansing Fire, Honden of Infinite Rage, Honden of Life's Web, Honden of Night's Reach, Honden of Seeing Winds added.
Conspiracy exclusion for "Shrine" creature type added.
This commit is contained in:
@@ -3119,7 +3119,7 @@ public class CardFactory implements NewConstants {
|
||||
{
|
||||
input[0] = (String)JOptionPane.showInputDialog(null, "Which creature type?", "Pick type", JOptionPane.QUESTION_MESSAGE);
|
||||
|
||||
if (input[0].equals("Legendary") || input[0].equals("Artifact") || input[0].equals("Enchantment") || input[0].equals("Creature"))
|
||||
if (input[0].equals("Legendary") || input[0].equals("Artifact") || input[0].equals("Enchantment") || input[0].equals("Shrine") || input[0].equals("Creature"))
|
||||
input[0] = "";
|
||||
//TODO: some more input validation, case-sensitivity, etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user