mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Store Trock Back Entrance state so it can properly be copied between worlds for the playthrough.
This commit is contained in:
1
Main.py
1
Main.py
@@ -535,6 +535,7 @@ def copy_world(world):
|
||||
ret.light_world_light_cone = world.light_world_light_cone
|
||||
ret.dark_world_light_cone = world.dark_world_light_cone
|
||||
ret.seed = world.seed
|
||||
ret.can_access_trock_eyebridge = world.can_access_trock_eyebridge
|
||||
create_regions(ret)
|
||||
|
||||
# connect copied world
|
||||
|
Reference in New Issue
Block a user