Forbid forensics items from lathe recycling (#19132)

* forbid these

* forbid these
This commit is contained in:
Will
2026-02-04 19:02:44 -05:00
committed by GitHub
parent d46977879a
commit 059ec098ea
@@ -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)