Fixes janicart and mop bucket overlays not updating properly (#20232)

* Fixes janicart and mop bucket overlays not updating properly

* Sirryan review

* ops
This commit is contained in:
Henri215
2023-01-19 14:23:21 -05:00
committed by GitHub
parent 74c83582a4
commit 671e75abe6
2 changed files with 4 additions and 4 deletions
@@ -39,6 +39,7 @@
user.drop_item()
I.forceMove(src)
to_chat(user, "<span class='notice'>You put [I] into [src].</span>")
update_icon(UPDATE_OVERLAYS)
return
/obj/item/mop/proc/mopbucket_insert(mob/user, obj/structure/mopbucket/J)