final push goodnight

This commit is contained in:
William Burns 2015-12-11 02:48:06 +00:00
parent 1607345f04
commit 7a597d90b7
2 changed files with 6 additions and 6 deletions

View File

@ -795,11 +795,11 @@ public enum Achievement
new int[]{10},
AchievementCategory.GLADIATORS),
GLADIATORS_FLAWLESS("Flawless", 1000,
new String[]{"Gladiators.Flawless"},
new String[]{"Win a game of gladiators", "without taking any damage"},
new int[]{1},
AchievementCategory.GLADIATORS),
// GLADIATORS_FLAWLESS("Flawless", 1000,
// new String[]{"Gladiators.Flawless"},
// new String[]{"Win a game of gladiators", "without taking any damage"},
// new int[]{1},
// AchievementCategory.GLADIATORS),
GLADIATORS_PRECISION("Precision", 800,
new String[]{"Gladiators.Precision"},

View File

@ -110,7 +110,7 @@ public class Gladiators extends SoloGame
registerStatTrackers(
new BrawlerTracker(this),
new UntouchableTracker(this),
new FlawlessTracker(this),
//new FlawlessTracker(this),
new PrecisionTracker(this),
new SwiftKillTracker(this)
);