From ed7b8e71288f92dc8172eb544ca9273f03b240f3 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Sun, 29 Apr 2018 11:55:42 -0700 Subject: [PATCH 1/2] Fix grammar when cleaning things with the damp 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 66405258b9..5f4603e35e 100644 --- a/code/modules/detectivework/footprints_and_rag.dm +++ b/code/modules/detectivework/footprints_and_rag.dm @@ -45,6 +45,6 @@ else 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]...") if(do_after(user,30, target = A)) - user.visible_message("[user] finishes wiping off the [A]!", "You finish wiping off the [A].") + user.visible_message("[user] finishes wiping off [A]!", "You finish wiping off [A].") A.SendSignal(COMSIG_COMPONENT_CLEAN_ACT, CLEAN_MEDIUM) return