TUNIC: Fix hero relics not being prog if hex quest is on in combat logic #4509

This commit is contained in:
Scipio Wright 2025-01-20 10:04:39 -05:00 committed by GitHub
parent 4f77abac4f
commit 96f469c737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -331,6 +331,7 @@ class TunicWorld(World):
remove_filler(items_to_create[gold_hexagon])
if not self.options.combat_logic:
# Sort for deterministic order
for hero_relic in sorted(item_name_groups["Hero Relics"]):
tunic_items.append(self.create_item(hero_relic, ItemClassification.useful))