From d02966a6821a8120182490353c451d0d2b93e31e Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Mon, 15 Jul 2024 15:21:10 -0400 Subject: [PATCH] Fix lower zig ls rule --- worlds/tunic/er_data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/worlds/tunic/er_data.py b/worlds/tunic/er_data.py index 35c4d889b7..585a907fba 100644 --- a/worlds/tunic/er_data.py +++ b/worlds/tunic/er_data.py @@ -1528,9 +1528,8 @@ traversal_requirements: Dict[str, Dict[str, List[List[str]]]] = { [], }, "Rooted Ziggurat Lower Back": { - # don't need to include the LS2 destinations, the LS1 covers it all "Rooted Ziggurat Lower Entry": - [["LS1"]], + [["LS2"]], "Rooted Ziggurat Lower Mid Checkpoint": [["Hyperdash"], ["IG1"]], "Rooted Ziggurat Portal Room Entrance":