Skip to content

Commit

Permalink
Bottom vase can be checked with just high jump
Browse files Browse the repository at this point in the history
  • Loading branch information
DorkmasterFlek committed Mar 6, 2024
1 parent ee1465e commit 9381962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def boss_location(name, code, map, x, y, location_id, **kwargs):
Section('Onyx', location_id=127100005),
Section('Cheese', location_id=127100006),
]),
normal.simple_location('Manna Prism', 33, 15, access_rules=['$canFly'], location_id=127100007),
normal.simple_location('Manna Prism', 33, 15, access_rules=['$canHighJump'], location_id=127100007),
normal.simple_location('Resist Fire', 33, 14, access_rules=['$canFly'], location_id=127100008),
normal.simple_location('Luck Potion', 33, 12, access_rules=['$canFly'], location_id=127100009),
normal.simple_location('Estoc', 28, 10, access_rules=['$canFly'], location_id=127100010),
Expand Down
2 changes: 1 addition & 1 deletion locations/normal/olrox.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"name": "Manna Prism",
"access_rules": [
"$canFly"
"$canHighJump"
],
"sections": [
{
Expand Down

0 comments on commit 9381962

Please sign in to comment.