Fix custom item pool

fixes #136
This commit is contained in:
Fabian Dill
2020-08-24 02:24:48 +02:00
parent 4126d48d0d
commit ff79cb6e08
2 changed files with 13 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ class World(object):
self.fix_gtower_exit = self.shuffle_ganon
self.retro = retro.copy()
self.custom = custom
self.customitemarray = customitemarray
self.customitemarray: List[int] = customitemarray
self.hints = hints.copy()
self.dynamic_regions = []
self.dynamic_locations = []