Merge pull request #3816 from Citadel-Station-13/upstream-merge-32401

[MIRROR] Fixes flamethrower icon not updating on plasma tank removal
This commit is contained in:
LetterJay
2017-11-07 04:39:37 -06:00
committed by GitHub
+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)
..()