Skip to content

Commit

Permalink
Fixes design copying (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
NataKilar authored Jan 11, 2024
1 parent 1355220 commit 7f2ece5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/persistence/modules/science/files/design.dm
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
return
copy.recipe = recipe
copy.is_copy = TRUE
copy.finalized = TRUE

copy.stored_data += " This design appears to be a copy of the original, and cannot be copied further."

return copy

#undef MAX_THEORIES
Expand Down

0 comments on commit 7f2ece5

Please sign in to comment.