diff --git a/src/app/gameMan.py b/src/app/gameMan.py index 70944d704..7016cef4a 100644 --- a/src/app/gameMan.py +++ b/src/app/gameMan.py @@ -797,7 +797,7 @@ def export( # deletable and copyable # Also add DESIRES_UP, so they place in the correct orientation if item.id in _UNLOCK_ITEMS: - all_items[i] = copy.copy(item) + all_items[i] = item = copy.copy(item) item.deletable = item.copiable = True item.facing = editoritems.DesiredFacing.UP