diff --git a/worlds/hk/__init__.py b/worlds/hk/__init__.py index 1667ab81..9ed0c929 100644 --- a/worlds/hk/__init__.py +++ b/worlds/hk/__init__.py @@ -637,7 +637,7 @@ class HKItem(Item): def __init__(self, name, advancement, code, type: str, player: int = None): if name == "Mimic_Grub": classification = ItemClassification.trap - elif type in ("Grub", "DreamWarrior", "Root", "Egg"): + elif type in ("Grub", "DreamWarrior", "Root", "Egg", "Dreamer"): classification = ItemClassification.progression_skip_balancing elif type == "Charm" and name not in progression_charms: classification = ItemClassification.progression_skip_balancing