From fcea10c1069b7419090ab9e9c3922d836355a5f3 Mon Sep 17 00:00:00 2001 From: SinTwo Date: Mon, 15 Aug 2016 11:33:41 -0400 Subject: [PATCH] Fixes #2092 --- code/modules/detectivework/tools/rag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/detectivework/tools/rag.dm b/code/modules/detectivework/tools/rag.dm index 06ee34b312..b16c03f0ef 100644 --- a/code/modules/detectivework/tools/rag.dm +++ b/code/modules/detectivework/tools/rag.dm @@ -97,7 +97,7 @@ user << "The [initial(name)] is dry!" else user.visible_message("\The [user] starts to wipe down [A] with [src]!") - reagents.splash(A, 1) //get a small amount of liquid on the thing we're wiping. + //reagents.splash(A, 1) //get a small amount of liquid on the thing we're wiping. update_name() if(do_after(user,30)) user.visible_message("\The [user] finishes wiping off the [A]!")