From 385165f7c7ea0b59427c01896742deb3d0a2ffcc Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 13 Dec 2024 00:52:27 -0600 Subject: [PATCH] Fixed issue with HMG/NL --- Rules.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rules.py b/Rules.py index 6a7296ab..896b3c12 100644 --- a/Rules.py +++ b/Rules.py @@ -98,7 +98,8 @@ def set_rules(world, player): # These rules go here because they overwrite/add to some of the above rules if world.logic[player] == 'hybridglitches': - underworld_glitches_rules(world, player) + if not world.is_copied_world: + underworld_glitches_rules(world, player) def mirrorless_path_to_location(world, startName, targetName, player): # If Agahnim is defeated then the courtyard needs to be accessible without using the mirror for the mirror offset glitch.