v0.3.4 externalized challenge strings
This commit is contained in:
committed by
Evan Debenham
parent
82e4a5b9d8
commit
c1d55bcd77
@@ -30,14 +30,14 @@ public class Challenges {
|
||||
public static final int DARKNESS = 32;
|
||||
public static final int NO_SCROLLS = 64;
|
||||
|
||||
public static final String[] NAMES = {
|
||||
"On diet",
|
||||
"Faith is my armor",
|
||||
"Pharmacophobia",
|
||||
"Barren land",
|
||||
"Swarm intelligence",
|
||||
"Into darkness",
|
||||
"Forbidden runes"
|
||||
public static final String[] NAME_IDS = {
|
||||
"no_food",
|
||||
"no_armor",
|
||||
"no_healing",
|
||||
"no_herbalism",
|
||||
"swarm_intelligence",
|
||||
"darkness",
|
||||
"no_scrolls"
|
||||
};
|
||||
|
||||
public static final int[] MASKS = {
|
||||
|
||||
Reference in New Issue
Block a user