From 2e2cca058cd74390b0fddb6dd05b9ea3c56b60da Mon Sep 17 00:00:00 2001 From: Segrain Date: Thu, 1 Aug 2013 17:11:12 +0300 Subject: [PATCH] Fix for #3406. --- code/modules/DetectiveWork/footprints_and_rag.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/DetectiveWork/footprints_and_rag.dm b/code/modules/DetectiveWork/footprints_and_rag.dm index 6a1fd7abffe..eb4e2d3970a 100644 --- a/code/modules/DetectiveWork/footprints_and_rag.dm +++ b/code/modules/DetectiveWork/footprints_and_rag.dm @@ -23,6 +23,8 @@ volume = 5 can_be_placed_into = null +/obj/item/weapon/reagent_containers/glass/rag/attack_self(mob/user as mob) + return /obj/item/weapon/reagent_containers/glass/rag/attack(atom/target as obj|turf|area, mob/user as mob , flag) if(ismob(target) && target.reagents && reagents.total_volume)