[MIRROR] Forbid forensics items from lathe recycling (#12366)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-05 18:33:21 +01:00
committed by GitHub
co-authored by Will
parent 702b1dc559
commit c49f4dcfcb
@@ -162,8 +162,11 @@ handles linking back and forth.
if(istype(target, /obj/item/multitool))
return OnMultitool(source, user, target)
if(istype(target, /obj/item/forensics))
return FALSE
if(mat_container_flags & MATCONTAINER_NO_INSERT)
return
return FALSE
if(istype(target, /obj/item/storage/bag/sheetsnatcher))
return mat_container.OnSheetSnatcher(source, target, user)