Skip to content

Commit 93fc9ed

Browse files
blastronFlySniper
authored andcommitted
Witness: fix items being modified by other slots (ArchipelagoMW#2161)
1 parent 8d1ba0a commit 93fc9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/witness/items.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_mandatory_items(self) -> Dict[str, int]:
152152
"""
153153
Returns the list of items that must be in the pool for the game to successfully generate.
154154
"""
155-
return self._mandatory_items
155+
return self._mandatory_items.copy()
156156

157157
def get_filler_items(self, quantity: int) -> Dict[str, int]:
158158
"""

0 commit comments

Comments
 (0)