Achievements....

This commit is contained in:
Sarah 2015-12-21 18:08:11 +01:00
parent 6e3274ff2f
commit 010b1b0a5d

View File

@ -157,7 +157,7 @@ public enum AchievementCategory
TYPE_WARS("Type Wars", null,
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, new StatDisplay("Minions killed", "MinionKills"), new StatDisplay("Words Per Minute", false, true, "MinionKills", "TimeInGame"), StatDisplay.GEMS_EARNED},
Material.FEATHER, 0, GameCategory.ARCADE, null);
Material.FEATHER, 0, GameCategory.CLASSICS, null);
private String _name;