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. | ||||
|         """ | ||||
|         return self._mandatory_items | ||||
|         return self._mandatory_items.copy() | ||||
|  | ||||
|     def get_filler_items(self, quantity: int) -> Dict[str, int]: | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 blastron
					blastron