This commit is contained in:
William Burns 2015-12-11 02:59:16 +00:00
parent 7a597d90b7
commit a760dba783
2 changed files with 10 additions and 6 deletions

View File

@ -789,11 +789,11 @@ public enum Achievement
new int[]{3},
AchievementCategory.GLADIATORS),
GLADIATORS_UNTOUCHABLE("Untouchable", 1500,
new String[]{"Gladiators.Untouchable"},
new String[]{"Kill 10 Gladiators", "without taking any damage"},
new int[]{10},
AchievementCategory.GLADIATORS),
// GLADIATORS_UNTOUCHABLE("Untouchable", 1500,
// new String[]{"Gladiators.Untouchable"},
// new String[]{"Kill 10 Gladiators", "without taking any damage"},
// new int[]{10},
// AchievementCategory.GLADIATORS),
// GLADIATORS_FLAWLESS("Flawless", 1000,
// new String[]{"Gladiators.Flawless"},

View File

@ -109,7 +109,7 @@ public class Gladiators extends SoloGame
registerStatTrackers(
new BrawlerTracker(this),
new UntouchableTracker(this),
//new UntouchableTracker(this),
//new FlawlessTracker(this),
new PrecisionTracker(this),
new SwiftKillTracker(this)
@ -548,6 +548,10 @@ public class Gladiators extends SoloGame
if (_roundState == RoundState.WAITING)
{
_roundState = RoundState.STARTING_5;
if (_firstRound)
return;
UtilTextMiddle.display("", C.cGreen + C.Bold + getRoundNotation(), 0, 80 , 0);
_furthestOutCurrent = getFurthestOut(); // Find furthest out for fight.