From 4804b43a8f7b0c4d9344bf8fed4c42619ca28525 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sun, 30 Sep 2018 07:05:16 +0200 Subject: [PATCH] fixed a few things in MQ Forest --- ootrando_overworldmap_hamsda/locations/mq.json | 6 ++++-- .../var_keysanity/locations/mq.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ootrando_overworldmap_hamsda/locations/mq.json b/ootrando_overworldmap_hamsda/locations/mq.json index ef52c8ba..d3c43667 100644 --- a/ootrando_overworldmap_hamsda/locations/mq.json +++ b/ootrando_overworldmap_hamsda/locations/mq.json @@ -587,7 +587,8 @@ { "name": "Chest Behind Lobby", "access_rules": [ - "ocarina,time" + "ocarina,time", + "@Forest Temple MQ/Bow Chest" ], "item_count": 1 }, @@ -596,7 +597,8 @@ "access_rules": [ "lift1", "hoverboots", - "bombchu" //TODO + "bombchu,[lift1]", + "bombchu,[hoverboots]" ], "chest_unopened_img": "images/chest_golden_closed.png", "chest_opened_img": "images/chest_golden_open.png", diff --git a/ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json b/ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json index a7939fef..7ae8807e 100644 --- a/ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json +++ b/ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json @@ -587,7 +587,8 @@ { "name": "Chest Behind Lobby", "access_rules": [ - "forest_small_keys:1,ocarina,time" + "forest_small_keys:1,ocarina,time", + "@Forest Temple MQ/Bow Chest" ], "item_count": 1 }, @@ -596,7 +597,8 @@ "access_rules": [ "forest_small_keys:2,lift1", "forest_small_keys:2,hoverboots", - "forest_small_keys:2,bombchu" //TODO + "forest_small_keys:2,bombchu,[lift1]", + "forest_small_keys:2,bombchu,[hoverboots]" ], "chest_unopened_img": "images/chest_golden_closed.png", "chest_opened_img": "images/chest_golden_open.png",