- String constants for the Display Color Identity setting.

This commit is contained in:
Agetian
2015-06-01 20:25:21 +00:00
parent 21323a4f72
commit be9e5ef95d
3 changed files with 9 additions and 2 deletions

View File

@@ -177,4 +177,10 @@ public final class ForgeConstants {
private static final String URL_CARDFORGE = "http://downloads.cardforge.link";
public static final String URL_PIC_DOWNLOAD = URL_CARDFORGE + "/images/cards/";
public static final String URL_PRICE_DOWNLOAD = "http://www.cardforge.org/MagicInfo/pricegen.php";
// Constants for Display Card Identity game setting
public static final String DISP_COLOR_IDENT_ALWAYS = "Always";
public static final String DISP_COLOR_IDENT_MULTICOLOR = "Only Multicolor";
public static final String DISP_COLOR_IDENT_NEVER = "Never";
}