From 77780e0ddd17859e3d6ccff5e79cfc7466e40c2f Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 27 Aug 2024 14:13:14 -0400 Subject: [PATCH] v2.5.0: fixed rare enemies catalog badge not counting as meta --- .../java/com/shatteredpixel/shatteredpixeldungeon/Badges.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Badges.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Badges.java index 740d9ecf1..18c1e0628 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Badges.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/Badges.java @@ -145,7 +145,7 @@ public class Badges { BOSS_SLAIN_4 ( 78 ), ALL_RINGS_IDENTIFIED , //still exists internally for pre-2.5 saves ALL_ARTIFACTS_IDENTIFIED , //still exists internally for pre-2.5 saves - ALL_RARE_ENEMIES ( 79 ), + ALL_RARE_ENEMIES ( 79, true ), DEATH_FROM_GRIM_TRAP ( 80 ), //also disintegration traps VICTORY ( 81 ), BOSS_CHALLENGE_1 ( 82 ),