i lied.
This commit is contained in:
parent
7a597d90b7
commit
a760dba783
@ -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"},
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user