Skip to content

Commit

Permalink
Double oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic committed Dec 30, 2023
1 parent c52bc87 commit 645186e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/ap_location_mapping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ LOCATION_MAPPING = {
[158067] = {"@Symmetry Island/Laser Yellow 3"},
[158070] = {"@Symmetry Island/Laser Blue 3"},
[158075] = {"@Orchard/Apple Trees Inside Gate"},
[158078] = {"@Desert/Third Surface Puzzle"},
[158076] = {"@Desert/First Surface Puzzle"},
[158077] = {"@Desert/Second Surface Puzzle"},
[158084] = {"@Desert/Surface Puzzles"},
[158090] = {"@Desert/Light Room Puzzles"},
[158095] = {"@Desert/Pond Room Puzzles"},
Expand Down
2 changes: 1 addition & 1 deletion scripts/logic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function unrandomizedDisabledButSolvable()
end

function longBoxWithoutMountainEntry()
return (Tracker:ProviderCountForCode("boxLong") < 8 or Tracker:ProviderCountForCode("boxShort" > 7))
return (Tracker:ProviderCountForCode("boxLong") < 8 or Tracker:ProviderCountForCode("boxShort") > 7)
end

function isDisabled(id)
Expand Down

0 comments on commit 645186e

Please sign in to comment.