Merge pull request #4361 from Anewbe/explorer_headlight

The Explorer Hood now has a headlight
This commit is contained in:
Mechoid
2017-11-29 10:51:24 -08:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -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

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()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB