From ac1c87534185f33902985842294c5712ecfe6cb8 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Sun, 18 Feb 2018 14:53:39 -0500 Subject: [PATCH] Fix bug in big bomb logic --- Rules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.py b/Rules.py index 9dff5ea6..4a3f8021 100644 --- a/Rules.py +++ b/Rules.py @@ -576,7 +576,7 @@ def set_big_bomb_rules(world): 'Dam', 'Lumberjack House', 'Lake Hylia Fortune Teller', - 'Eastern Palace' + 'Eastern Palace', 'Kakariko Gamble Game', 'Kakariko Well Cave', 'Bat Cave Cave', @@ -618,7 +618,7 @@ def set_big_bomb_rules(world): 'Cave Shop (Dark Death Mountain)', 'Dark Death Mountain Fairy', 'Mimic Cave', - 'Skull Woods Second Section Door (West)' + 'Skull Woods Second Section Door (West)', 'Skull Woods Final Section', 'Ice Palace', 'Turtle Rock',