Skip to content

Commit

Permalink
no more infinite paper
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 11, 2023
1 parent ef76cec commit 212d55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/carbonpaper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
set category = "Object"
set src in usr

if (copied == 0)
if (!copied && !iscopy)
var/obj/item/paper/carbon/c = src
var/copycontents = html_decode(c.info)
var/obj/item/paper/carbon/copy = new /obj/item/paper/carbon (usr.loc)
Expand Down

0 comments on commit 212d55c

Please sign in to comment.