mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
VT28 update: Keysanity has dungeon items in normal item pool
This commit is contained in:
@@ -145,6 +145,9 @@ class World(object):
|
||||
ret.clear_cached_unreachable()
|
||||
return ret
|
||||
|
||||
def get_items(self):
|
||||
return [loc.item for loc in self.get_filled_locations()] + self.itempool
|
||||
|
||||
def find_items(self, item):
|
||||
return [location for location in self.get_locations() if location.item is not None and location.item.name == item]
|
||||
|
||||
|
Reference in New Issue
Block a user