This commit is contained in:
Fox McCloud
2019-08-25 17:48:15 -04:00
parent c95067217c
commit 812b3b3ccd
@@ -15,8 +15,8 @@
item_color = "plasmaman"
/obj/item/clothing/under/plasmaman/examine(mob/user)
. = ..()
. += "<span class='notice'>There are [extinguishes_left] extinguisher charges left in this suit.</span>"
..()
to_chat(user, "<span class='notice'>There are [extinguishes_left] extinguisher charges left in this suit.</span>")
/obj/item/clothing/under/plasmaman/proc/Extinguish(mob/living/carbon/human/H)
if(!istype(H))