mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Forbid forensics items from lathe recycling (#19132)
* forbid these * forbid these
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user