v0.3.5: first half of gladiator rework (new combo baseline, no finishers yet)

This commit is contained in:
Evan Debenham
2016-04-19 02:41:32 -04:00
parent 637d6b62ee
commit 0cb6e96dee
7 changed files with 101 additions and 35 deletions
@@ -716,7 +716,7 @@ public class Badges {
}
public static void validateMasteryCombo( int n ) {
if (!local.contains( Badge.MASTERY_COMBO ) && n == 7) {
if (!local.contains( Badge.MASTERY_COMBO ) && n == 10) {
Badge badge = Badge.MASTERY_COMBO;
local.add( badge );
displayBadge( badge );