v0.3.4 externalized challenge strings

This commit is contained in:
Evan Debenham
2015-12-30 23:30:13 -05:00
committed by Evan Debenham
parent 82e4a5b9d8
commit c1d55bcd77
3 changed files with 20 additions and 11 deletions
@@ -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 = {