[MIRROR] Mops no longer wet the turf when you refill them from the mop bucket [MDB IGNORE] (#10199)

* Mops no longer wet the turf when you refill them from the mop bucket (#63549)

* Mops no longer wet the turf when you refill them from the mop bucket

Co-authored-by: oranges <email@oranges.net.nz>
This commit is contained in:
SkyratBot
2021-12-23 01:31:42 +00:00
committed by GitHub
co-authored by oranges
parent 8c99bc0105
commit 522e4cff5f
@@ -20,6 +20,7 @@
to_chat(user, span_notice("You wet [I] in [src]."))
playsound(loc, 'sound/effects/slosh.ogg', 25, TRUE)
update_appearance()
return TRUE //Stop the click handling chain so the mop after attack doesn't proc and you don't wet the turf the bucket is on
else
. = ..()
update_appearance()