diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index e71c33818db..ede1dd419d3 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1985,7 +1985,7 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc holder.icon_state = "mutineer" switch(mind.nation.name) if("Atmosia") - holder.icon_state = "hudcommand" + holder.icon_state = "hudatmosia" if("Brigston") holder.icon_state = "hudbrigston" if("Cargonia")