mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Replace all BYOND text macros
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user