mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user