Replace all BYOND text macros

This commit is contained in:
Markolie
2017-02-21 15:41:37 +01:00
parent fb1cef8029
commit 6982014a6e
286 changed files with 1303 additions and 1311 deletions
+2 -2
View File
@@ -27,10 +27,10 @@
if(istype(W, /obj/item/weapon/mop))
if(src.reagents.total_volume >= 2)
src.reagents.trans_to(W, 2)
to_chat(user, "\blue You wet the mop")
to_chat(user, "<span class='notice'>You wet the mop</span>")
playsound(src.loc, 'sound/effects/slosh.ogg', 25, 1)
if(src.reagents.total_volume < 1)
to_chat(user, "\blue Out of water!")
to_chat(user, "<span class='notice'>Out of water!</span>")
return
/obj/structure/mopbucket/ex_act(severity)