24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
/*/////////////////////////////////////////////////////////////////////////////////
|
|
/////// ///////
|
|
/////// Cit's exclusive jumpsuits, uniforms, etc. go here ///////
|
|
/////// ///////
|
|
*//////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/obj/item/clothing/under/rank/security/skirt
|
|
name = "security skirt"
|
|
desc = "A tactical security skirt for officers complete with Nanotrasen belt buckle."
|
|
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
|
|
icon_state = "secskirt"
|
|
icon_override = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
|
item_state = "r_suit"
|
|
item_color = "secskirt"
|
|
|
|
/obj/item/clothing/under/rank/head_of_security/skirt
|
|
name = "head of security's skirt"
|
|
desc = "A security skirt decorated for those few with the dedication to achieve the position of Head of Security."
|
|
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
|
|
icon_state = "hosskirt"
|
|
icon_override = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
|
item_state = "gy_suit"
|
|
item_color = "hosskirt" |