Preliminary bunny logic

This commit is contained in:
Kevin Cathcart
2017-12-13 09:51:53 -05:00
parent 1cfbe2e9ef
commit 6bd0664b7f
6 changed files with 137 additions and 55 deletions

View File

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