diff --git a/modular_citadel/code/modules/clothing/trek.dm b/modular_citadel/code/modules/clothing/trek.dm index dd02a6d0f8..cf422053c7 100644 --- a/modular_citadel/code/modules/clothing/trek.dm +++ b/modular_citadel/code/modules/clothing/trek.dm @@ -172,8 +172,11 @@ /obj/item/clothing/head/kepi/orvi/command icon_state = "kepi_com" -/obj/item/clothing/head/kepi/orvi/engsec - icon_state = "kepi_ops" +/obj/item/clothing/head/kepi/orvi/sec + icon_state = "kepi_sec" + +/obj/item/clothing/head/kepi/orvi/eng + icon_state = "kepi_eng" /obj/item/clothing/head/kepi/orvi/medsci icon_state = "kepi_medsci"