Skip to content

Commit

Permalink
Fix Fire Temple Boss Door access
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Jan 20, 2023
1 parent 1254b02 commit 001be4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/World/Fire Temple.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Fairy Pot": "is_adult and has_bottle and (Hover_Boots or Hookshot)"
},
"exits": {
"Fire Temple Boss Door": "(fire_temple_shortcuts or logic_fire_boss_door_jump or Hover_Boots)"
"Fire Temple Boss Door": "is_adult and (fire_temple_shortcuts or logic_fire_boss_door_jump or Hover_Boots)"
}
},
{
Expand Down

0 comments on commit 001be4d

Please sign in to comment.