From 106d630ad7aecb1fa842d8ad2a14f1627000fe31 Mon Sep 17 00:00:00 2001 From: Joethepic <60947591+Joethepic@users.noreply.github.com> Date: Sun, 9 Oct 2022 19:26:33 -0500 Subject: [PATCH] HK: changes dreamers to skip prog balance (#1077) --- worlds/hk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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