Fix grammar when cleaning things with the damp rag

This commit is contained in:
Tad Hardesty
2018-04-29 11:55:42 -07:00
committed by CitadelStationBot
parent c287c3a84c
commit ed7b8e7128
@@ -45,6 +45,6 @@
else if(istype(A) && src in user)
user.visible_message("[user] starts to wipe down [A] with [src]!", "<span class='notice'>You start to wipe down [A] with [src]...</span>")
if(do_after(user,30, target = A))
user.visible_message("[user] finishes wiping off the [A]!", "<span class='notice'>You finish wiping off the [A].</span>")
user.visible_message("[user] finishes wiping off [A]!", "<span class='notice'>You finish wiping off [A].</span>")
A.SendSignal(COMSIG_COMPONENT_CLEAN_ACT, CLEAN_MEDIUM)
return