The Explorer Hood now has a headlight

This commit is contained in:
Anewbe
2017-11-27 16:52:26 -06:00
parent 63a62a2739
commit 4dbc80f5d4
3 changed files with 4 additions and 1 deletions
@@ -798,6 +798,9 @@ obj/item/clothing/suit/storage/toggle/peacoat
name = "explorer hood"
desc = "An armoured hood for exploring harsh environments."
icon_state = "explorer"
brightness_on = 3
light_overlay = "hood_light"
action_button_name = "Toggle Head-light"
body_parts_covered = HEAD
cold_protection = HEAD
flags = THICKMATERIAL
+1 -1
View File
@@ -36,7 +36,7 @@
var/mob/living/carbon/H = hood.loc
H.unEquip(hood, 1)
H.update_inv_wear_suit()
hood.loc = src
hood.forceMove(src)
/obj/item/clothing/suit/storage/hooded/dropped()
RemoveHood()