Skip to content

Commit

Permalink
fixes #4690: update icon of mop bucket in cart when it goes empty (#4730
Browse files Browse the repository at this point in the history
)
  • Loading branch information
du-top authored Jul 31, 2023
1 parent 48305d3 commit 660d0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/janicart.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
mybucket.reagents.trans_to_obj(I, 5) //
to_chat(user, "<span class='notice'>You wet [I] in [mybucket].</span>")
playsound(loc, 'sound/effects/slosh.ogg', 25, 1)
update_icon()
else
to_chat(user, "<span class='notice'>[I] can't absorb anymore liquid!</span>")
else
Expand Down

0 comments on commit 660d0ba

Please sign in to comment.