From 2c1ac0903a323f37aa530d4944cc2c60e627f015 Mon Sep 17 00:00:00 2001 From: jmabry0163 <63653478+jmabry0163@users.noreply.github.com> Date: Fri, 24 Apr 2020 22:51:40 -0500 Subject: [PATCH] Update Dungeons.py (#72) --- Dungeons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Dungeons.py b/Dungeons.py index 9470d390..8c4a11e4 100644 --- a/Dungeons.py +++ b/Dungeons.py @@ -41,6 +41,7 @@ def create_dungeons(world, player): world.dungeons += [ES, EP, DP, ToH, AT, PoD, TT, SW, SP, IP, MM, TR, GT] def fill_dungeons(world): + #All chests on the freebes list locked behind a key in room with no other exit freebes = ['Ganons Tower - Map Chest', 'Palace of Darkness - Harmless Hellway', 'Palace of Darkness - Big Key Chest', 'Turtle Rock - Big Key Chest'] all_state_base = world.get_all_state()