diff --git a/worlds/ahit/Items.py b/worlds/ahit/Items.py index 6513d7800c..3ef83fe81e 100644 --- a/worlds/ahit/Items.py +++ b/worlds/ahit/Items.py @@ -41,6 +41,8 @@ def create_itempool(world: "HatInTimeWorld") -> List[Item]: if name == "Scooter Badge": if world.options.CTRLogic is CTRLogic.option_scooter or get_difficulty(world) >= Difficulty.MODERATE: item_type = ItemClassification.progression + elif name == "No Bonk Badge" and world.is_dw(): + item_type = ItemClassification.progression # some death wish bonuses require one hit hero + hookshot if world.is_dw() and name == "Badge Pin" and not world.is_dw_only():