mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 08:57:01 +01:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
/*/////////////////////////////////////////////////////////////////////////////////
|
|
/////// ///////
|
|
/////// Cit's exclusive jumpsuits, uniforms, etc. go here ///////
|
|
/////// ///////
|
|
*//////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/obj/item/clothing/under/corporateuniform
|
|
name = "corporate uniform"
|
|
desc = "A comfortable, tight fitting jumpsuit made of premium materials. Not space-proof."
|
|
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
|
|
icon_state = "tssuit"
|
|
alternate_worn_icon = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
|
item_state = "r_suit"
|
|
can_adjust = FALSE
|
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
|
|
|
/obj/item/clothing/under/rank/captain/femformal
|
|
name ="captain's female formal outfit"
|
|
desc = ""
|
|
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
|
|
icon_state = "lewdcap"
|
|
alternate_worn_icon = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
|
item_state = "lewdcap"
|
|
item_color = "lewdcap"
|
|
can_adjust = FALSE
|
|
sensor_mode = SENSOR_COORDS //it's still a captain's suit nerd
|
|
random_sensor = FALSE
|
|
mutantrace_variation = NO_MUTANTRACE_VARIATION
|