Skip to content

Commit

Permalink
Merge pull request #9182 from NewyearnewmeUwu/welderupdate
Browse files Browse the repository at this point in the history
welders now update their icon upon refilling them.
  • Loading branch information
Atermonera authored Aug 5, 2023
2 parents bdfd97f + 32cfd29 commit 7578c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/tools/weldingtool.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
O.reagents.trans_to_obj(src, max_fuel)
to_chat(user, "<span class='notice'>Welder refueled</span>")
playsound(src, 'sound/effects/refill.ogg', 50, 1, -6)
update_icon()
return
else if(!welding)
to_chat(user, "<span class='notice'>[src] doesn't use fuel.</span>")
Expand Down

0 comments on commit 7578c02

Please sign in to comment.