Witness: fix items being modified by other slots (#2161)
This commit is contained in:
parent
8649b15787
commit
6c844750ae
|
@ -152,7 +152,7 @@ class WitnessPlayerItems:
|
|||
"""
|
||||
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]:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue