v2.5.0: fixed rare enemies catalog badge not counting as meta
This commit is contained in:
@@ -145,7 +145,7 @@ public class Badges {
|
|||||||
BOSS_SLAIN_4 ( 78 ),
|
BOSS_SLAIN_4 ( 78 ),
|
||||||
ALL_RINGS_IDENTIFIED , //still exists internally for pre-2.5 saves
|
ALL_RINGS_IDENTIFIED , //still exists internally for pre-2.5 saves
|
||||||
ALL_ARTIFACTS_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
|
DEATH_FROM_GRIM_TRAP ( 80 ), //also disintegration traps
|
||||||
VICTORY ( 81 ),
|
VICTORY ( 81 ),
|
||||||
BOSS_CHALLENGE_1 ( 82 ),
|
BOSS_CHALLENGE_1 ( 82 ),
|
||||||
|
|||||||
Reference in New Issue
Block a user