Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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