Two runtimes, one fix.

This commit is contained in:
Ghommie
2020-03-21 23:23:31 +01:00
parent cb537f431b
commit 7747c84b71
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -173,7 +173,7 @@
if(istype(W, /obj/item/mop) && filled)
W.reagents.add_reagent("water", 5)
to_chat(user, "<span class='notice'>You wet [W] in [src].</span>")
playsound(loc, 'sound/effects/slosh.ogg', 25, TRUE)
playsound(src, 'sound/effects/slosh.ogg', 25, TRUE)
else
return ..()