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

This commit is contained in:
oranges
2021-12-22 12:56:35 -08:00
committed by GitHub
parent 957760eae7
commit e71e35e89c
@@ -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()