diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 26f7d49e3ae..0a60c533d58 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -297,6 +297,7 @@ if(amount == maxamount) hardsuit_type = "mining_goliath_full" icon_state = "hardsuit[on]-[hardsuit_type]" + light_color = LIGHT_COLOR_FLARE if(ishuman(loc)) var/mob/living/carbon/human/wearer = loc if(wearer.head == src) diff --git a/icons/mob/clothing/head.dmi b/icons/mob/clothing/head.dmi index 8cec940a12b..d94e1fccfd1 100644 Binary files a/icons/mob/clothing/head.dmi and b/icons/mob/clothing/head.dmi differ