diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index b5188273..03ea2162 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -171,6 +171,7 @@ name = "Naval Head of Security Uniform" desc = "A service uniform worn by a Head of Security of the NanoTrasen Naval branch." icon_state = "hosdnavyclothes" + item_state = "hosdnavyclothes" item_color = "hosdnavyclothes" armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) flags = FPRINT | TABLEPASS diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 05a7ff93..03418ee8 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ