Fix generation issues in HMG

This commit is contained in:
codemann8
2024-03-22 05:24:10 -05:00
parent 4dd334f66e
commit da749e4a11
3 changed files with 6 additions and 5 deletions

View File

@@ -846,7 +846,7 @@ def global_rules(world, player):
add_key_logic_rules(world, player)
if world.logic[player] == 'hybridglitches':
if world.logic[player] == 'hybridglitches' and not world.is_copied_world:
add_hmg_key_logic_rules(world, player)
# End of door rando rules.