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]!")