Skip to content

Commit

Permalink
fixes enclave helmet light (#328)
Browse files Browse the repository at this point in the history
* a

* a

* a

* a
  • Loading branch information
BrotherHangyul authored Nov 4, 2023
1 parent 76f8741 commit 05793a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions code/modules/clothing/head/f13head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,12 @@
/obj/item/clothing/head/helmet/f13/power_armor/t51b/bos/hardened/enclave
name = "advanced power armor helmet mk2"
desc = "An intimidating-looking helmet, made by the Enclave. It looks threatening, though cheap."
icon_state = "pinkhelmet"
item_state = "pinkhelmet"
icon_state = "pinkhelmet0"
item_state = "pinkhelmet0"

/obj/item/clothing/head/helmet/f13/power_armor/t51b/bos/hardened/enclave/update_icon_state()
icon_state = "pinkhelmet[light_on]"
item_state = "pinkhelmet[light_on]"

/obj/item/clothing/head/helmet/f13/power_armor/t60
name = "T-60a power helmet"
Expand Down
Binary file modified icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.

0 comments on commit 05793a0

Please sign in to comment.