Store Trock Back Entrance state so it can properly be copied between worlds for the playthrough.

This commit is contained in:
LLCoolDave
2017-07-17 23:13:39 +02:00
parent 1af6edf793
commit 0514ade3b3
3 changed files with 4 additions and 1 deletions

View File

@@ -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