mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Witness: fix items being modified by other slots (#2161)
This commit is contained in:
@@ -152,7 +152,7 @@ class WitnessPlayerItems:
|
|||||||
"""
|
"""
|
||||||
Returns the list of items that must be in the pool for the game to successfully generate.
|
Returns the list of items that must be in the pool for the game to successfully generate.
|
||||||
"""
|
"""
|
||||||
return self._mandatory_items
|
return self._mandatory_items.copy()
|
||||||
|
|
||||||
def get_filler_items(self, quantity: int) -> Dict[str, int]:
|
def get_filler_items(self, quantity: int) -> Dict[str, int]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user