Skip unneeded rules in copy_world_premature

This commit is contained in:
Catobat
2025-11-20 18:43:53 +01:00
parent fb99d33007
commit c305995fad
3 changed files with 17 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ class World(object):
self.lock_aga_door_in_escape = False
self.save_and_quit_from_boss = True
self.override_bomb_check = False
self.is_copied_world = False
self.is_premature_copied_world = False
self.accessibility = accessibility.copy()
self.fix_skullwoods_exit = {}
self.fix_palaceofdarkness_exit = {}