Partial vt28 logic update

This commit is contained in:
Kevin Cathcart
2018-01-02 00:39:53 -05:00
parent 1c587f9ce1
commit 3adf4fadd1
5 changed files with 76 additions and 44 deletions

View File

@@ -133,6 +133,7 @@ def copy_world(world):
ret.dark_world_light_cone = world.dark_world_light_cone
ret.seed = world.seed
ret.can_access_trock_eyebridge = world.can_access_trock_eyebridge
ret.can_take_damage = world.can_take_damage
create_regions(ret)
create_dungeons(ret)