Add cross world bunny logic

This commit is contained in:
Kevin Cathcart
2018-01-27 17:17:03 -05:00
parent a0237e0863
commit f39886579a
4 changed files with 68 additions and 17 deletions

View File

@@ -562,6 +562,7 @@ class Region(object):
self.dungeon = None
self.world = None
self.is_light_world = False # will be set aftermaking connections.
self.is_dark_world = False
self.spot_type = 'Region'
self.hint_text = 'Hyrule'
self.recursion_count = 0