Set correct cutoff threshold for vt22 algorithm. Collect required location names for statistical analysis from playthrough calculation.

This commit is contained in:
LLCoolDave
2017-06-04 16:15:59 +02:00
parent c3482bbd67
commit e8cf884b7e
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class World(object):
self._location_cache = {}
self._item_cache = {}
self.spoiler = ''
self.required_locations = []
self.place_dungeon_items = place_dungeon_items # configurable in future
self.agahnim_fix_required = False
self.swamp_patch_required = False