adds godtuner to prog and requires it for godhome flower quest manually (#3402)
This commit is contained in:
@@ -659,6 +659,8 @@ class HKItem(Item):
|
||||
def __init__(self, name, advancement, code, type: str, player: int = None):
|
||||
if name == "Mimic_Grub":
|
||||
classification = ItemClassification.trap
|
||||
elif name == "Godtuner":
|
||||
classification = ItemClassification.progression
|
||||
elif type in ("Grub", "DreamWarrior", "Root", "Egg", "Dreamer"):
|
||||
classification = ItemClassification.progression_skip_balancing
|
||||
elif type == "Charm" and name not in progression_charms:
|
||||
|
||||
Reference in New Issue
Block a user