From cecba98b468e3565d85b91ab4f22acf792706cea Mon Sep 17 00:00:00 2001 From: compiling <8335770+compiling@users.noreply.github.com> Date: Sun, 23 May 2021 11:36:36 +1000 Subject: [PATCH] Move Red Shield Shop to LW_walkable_entrances, since you can't walk out with the bomb. --- Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.py b/Rules.py index 9d7045eb..e2b8dcf2 100644 --- a/Rules.py +++ b/Rules.py @@ -1145,6 +1145,7 @@ def set_big_bomb_rules(world, player): LW_walkable_entrances = ['Dark Lake Hylia Ledge Fairy', 'Dark Lake Hylia Ledge Spike Cave', 'Dark Lake Hylia Ledge Hint', + 'Red Shield Shop', 'Mire Shed', 'Dark Desert Hint', 'Dark Desert Fairy', @@ -1153,7 +1154,6 @@ def set_big_bomb_rules(world, player): 'C-Shaped House', 'Chest Game', 'Dark World Hammer Peg Cave', - 'Red Shield Shop', 'Dark Sanctuary Hint', 'Fortune Teller (Dark)', 'Dark World Shop',