v1.3.2: fixed another case of victory badge not being added locally

This commit is contained in:
Evan Debenham
2022-07-22 15:48:24 -04:00
parent 443ee21384
commit 4ce98559ec

View File

@@ -864,6 +864,7 @@ public class Badges {
public static void validateVictory() {
Badge badge = Badge.VICTORY;
local.add( badge );
displayBadge( badge );
switch (Dungeon.hero.heroClass) {