v2.4.0: fixed 'taste vengeance' badge not being repeatable

This commit is contained in:
Evan Debenham
2024-04-14 11:18:56 -04:00
parent 6807a16dc7
commit 6fc6fb1fc9

View File

@@ -800,9 +800,8 @@ public class Badges {
if (Statistics.qualifiedForBossRemainsBadge && Dungeon.hero.belongings.getItem(RemainsItem.class) != null){
badge = Badge.BOSS_SLAIN_REMAINS;
if (!isUnlocked( badge )) {
displayBadge( badge );
}
local.add( badge );
displayBadge( badge );
}
}