mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Use logic when placing non-excluded items
This commit is contained in:

committed by
Fabian Dill

parent
feba54d5d2
commit
2361f8f9d3
@@ -254,7 +254,7 @@ class MultiWorld():
|
||||
self._all_state = ret
|
||||
return ret
|
||||
|
||||
def get_items(self) -> list:
|
||||
def get_items(self) -> List[Item]:
|
||||
return [loc.item for loc in self.get_filled_locations()] + self.itempool
|
||||
|
||||
def find_item_locations(self, item, player: int) -> List[Location]:
|
||||
|
Reference in New Issue
Block a user