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",