v2.4.0: fixed 'taste vengeance' badge not being repeatable
This commit is contained in:
@@ -800,9 +800,8 @@ public class Badges {
|
|||||||
|
|
||||||
if (Statistics.qualifiedForBossRemainsBadge && Dungeon.hero.belongings.getItem(RemainsItem.class) != null){
|
if (Statistics.qualifiedForBossRemainsBadge && Dungeon.hero.belongings.getItem(RemainsItem.class) != null){
|
||||||
badge = Badge.BOSS_SLAIN_REMAINS;
|
badge = Badge.BOSS_SLAIN_REMAINS;
|
||||||
if (!isUnlocked( badge )) {
|
local.add( badge );
|
||||||
displayBadge( badge );
|
displayBadge( badge );
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user