Fixed cleaning microwave typo.

Fixes #9492.
This commit is contained in:
Martin Kemp
2015-05-15 12:05:02 +01:00
parent 6fad0a6b3c
commit 092c8238c0
@@ -108,7 +108,7 @@
else if(istype(O, /obj/item/weapon/soap/)) // If they're trying to clean it then let them
var/obj/item/weapon/soap/P = O
user.visible_message( \
"[user] starts to clean the microwave.S", \
"[user] starts to clean the microwave.", \
"<span class='notice'>You start to clean the microwave...</span>" \
)
if (do_after(user, P.cleanspeed))