From 4dfee0469875a491b38d065ffc49023c80ff96ae Mon Sep 17 00:00:00 2001 From: kingofkosmos Date: Sun, 3 May 2015 08:11:31 +0300 Subject: [PATCH] Fixes span in wiping with rag. --- code/modules/detectivework/footprints_and_rag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/detectivework/footprints_and_rag.dm b/code/modules/detectivework/footprints_and_rag.dm index 2e09166ae6e..ad48a72a888 100644 --- a/code/modules/detectivework/footprints_and_rag.dm +++ b/code/modules/detectivework/footprints_and_rag.dm @@ -31,7 +31,7 @@ /obj/item/weapon/reagent_containers/glass/rag/afterattack(atom/A as obj|turf|area, mob/user as mob,proximity) if(!proximity) return if(istype(A) && src in user) - user.visible_message("[user] starts to wipe down [A] with [src]!", "You start to wipe down [A] with [src]...You start to wipe down [A] with [src]...") if(do_after(user,30)) user.visible_message("[user] finishes wiping off the [A]!", "You finish wiping off the [A].") A.clean_blood()