Standardize plasma helmets, move lights to overlays. (#30547)

* Standardize plasma helmets, move lights to overlays.

* Thanks, linters!

* Update code/modules/mob/living/carbon/human/human_update_icons.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Alan
2025-10-01 15:37:27 +00:00
committed by GitHub
co-authored by Contrabang
parent 0a829ba143
commit 5cc07fa33c
5 changed files with 15 additions and 2 deletions
@@ -816,6 +816,8 @@ GLOBAL_LIST_EMPTY(damage_icon_parts)
var/obj/item/clothing/head/helmet/space/plasmaman/P = head
if(!P.up)
standing.overlays += P.visor_icon
else if(P.on && P.light_icon)
standing.overlays += P.light_icon
if(istype(head, /obj/item/clothing/head))
var/obj/item/clothing/head/w_hat = head