diff --git a/code/modules/clothing/head/f13head.dm b/code/modules/clothing/head/f13head.dm index df5362c3e5..4a175424bc 100644 --- a/code/modules/clothing/head/f13head.dm +++ b/code/modules/clothing/head/f13head.dm @@ -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" diff --git a/icons/mob/clothing/head.dmi b/icons/mob/clothing/head.dmi index 4c99c8c392..df95c6bc6d 100644 Binary files a/icons/mob/clothing/head.dmi and b/icons/mob/clothing/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 724f75b14c..1a2a1483f0 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ