Core: Two Small Fixes (#3782)

This commit is contained in:
Exempt-Medic
2024-08-13 12:02:09 -04:00
committed by GitHub
parent 50330cf32f
commit dcaa2f7b97
2 changed files with 2 additions and 2 deletions

View File

@@ -1427,7 +1427,7 @@ class Spoiler:
# Maybe move the big bomb over to the Event system instead?
if any(exit_path == 'Pyramid Fairy' for path in self.paths.values()
for (_, exit_path) in path):
if multiworld.mode[player] != 'inverted':
if multiworld.worlds[player].options.mode != 'inverted':
self.paths[str(multiworld.get_region('Big Bomb Shop', player))] = \
get_path(state, multiworld.get_region('Big Bomb Shop', player))
else: