Fixed issue with HMG/NL

This commit is contained in:
codemann8
2024-12-13 00:52:27 -06:00
parent 459eca9b4a
commit 385165f7c7

View File

@@ -98,6 +98,7 @@ def set_rules(world, player):
# These rules go here because they overwrite/add to some of the above rules # These rules go here because they overwrite/add to some of the above rules
if world.logic[player] == 'hybridglitches': if world.logic[player] == 'hybridglitches':
if not world.is_copied_world:
underworld_glitches_rules(world, player) underworld_glitches_rules(world, player)
def mirrorless_path_to_location(world, startName, targetName, player): def mirrorless_path_to_location(world, startName, targetName, player):