Fixes flamethrower icon not updating on plasma tank removal (#32401)

This commit is contained in:
ACCount
2017-11-05 11:07:22 +03:00
committed by CitadelStationBot
parent 326d0bd29b
commit ceece097bf
+1
View File
@@ -140,6 +140,7 @@
user.put_in_hands(ptank)
ptank = null
to_chat(user, "<span class='notice'>You remove the plasma tank from [src]!</span>")
update_icon()
/obj/item/flamethrower/examine(mob/user)
..()