Skip to content

Commit

Permalink
fixed a few things in MQ Forest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamsda committed Sep 30, 2018
1 parent 70e4ba9 commit 4804b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ootrando_overworldmap_hamsda/locations/mq.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,8 @@
{
"name": "Chest Behind Lobby",
"access_rules": [
"ocarina,time"
"ocarina,time",
"@Forest Temple MQ/Bow Chest"
],
"item_count": 1
},
Expand All @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions ootrando_overworldmap_hamsda/var_keysanity/locations/mq.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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",
Expand Down

0 comments on commit 4804b43

Please sign in to comment.