From bb29ab0707ed68c4ad6e3e139b60ff5065ef484c Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Fri, 12 Jul 2024 13:28:03 -0400 Subject: [PATCH] Fix missing world. --- worlds/tunic/er_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tunic/er_rules.py b/worlds/tunic/er_rules.py index cccb4e5db6..fb92fda7d0 100644 --- a/worlds/tunic/er_rules.py +++ b/worlds/tunic/er_rules.py @@ -1703,7 +1703,7 @@ def set_er_location_rules(world: "TunicWorld") -> None: # with wand, you can get this chest. Non-ER, you need laurels to continue down. ER, you can just torch set_rule(multiworld.get_location("Rooted Ziggurat Upper - Near Bridge Switch", player), lambda state: (state.has(fire_wand, player) - and (state.has(laurels, player) or options.entrance_rando)) + and (state.has(laurels, player) or world.options.entrance_rando)) or has_combat_reqs("Rooted Ziggurat", state, player)) set_rule(multiworld.get_location("Rooted Ziggurat Lower - After Guarded Fuse", player), lambda state: has_ability(prayer, state, world)