Merge pull request #6569 from Citadel-Station-13/upstream-merge-37559

[MIRROR] Fix grammar when cleaning things with the damp rag
This commit is contained in:
deathride58
2018-04-29 22:33:07 +00:00
committed by GitHub
@@ -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