v0.3.5: first half of gladiator rework (new combo baseline, no finishers yet)
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user