v2.5.0: fixed happy end badges not being added to local badges
This commit is contained in:
@@ -1000,9 +1000,11 @@ public class Badges {
|
||||
}
|
||||
|
||||
public static void validateHappyEnd() {
|
||||
local.add( Badge.HAPPY_END );
|
||||
displayBadge( Badge.HAPPY_END );
|
||||
|
||||
if( Dungeon.hero.belongings.getItem(RemainsItem.class) != null ){
|
||||
local.add( Badge.HAPPY_END_REMAINS );
|
||||
displayBadge( Badge.HAPPY_END_REMAINS );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user