mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Forbid forensics items from lathe recycling (#12366)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user