mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
modules misc (#18315)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
return 1
|
||||
|
||||
/obj/item/evidencebag/proc/evidencebagEquip(obj/item/I, mob/user)
|
||||
if(!istype(I) || I.anchored == 1)
|
||||
if(!istype(I) || I.anchored)
|
||||
return
|
||||
|
||||
if(istype(I, /obj/item/storage/box))
|
||||
|
||||
Reference in New Issue
Block a user