HK: changes dreamers to skip prog balance (#1077)
This commit is contained in:
parent
4c0c93b083
commit
106d630ad7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue