diff --git a/modular_skyrat/modules/aesthetics/clothing/clothing.dm b/modular_skyrat/modules/aesthetics/clothing/clothing.dm index 906e1a23221..7fc79c46c01 100644 --- a/modular_skyrat/modules/aesthetics/clothing/clothing.dm +++ b/modular_skyrat/modules/aesthetics/clothing/clothing.dm @@ -1,16 +1,7 @@ -/* -* SUITS -*/ -/obj/item/clothing/suit/bio_suit/security - desc = "A suit that protects against biological contamination. This is a slightly outdated model from Nanotrasen Securities, using their red color-scheme and even outdated labelling. Hopefully it's still up to spec..." - //To recolor this would be hellish and honestly non-sensical. So, Nanotrasen Securities' bio-suit. Plus, flavor! /* * HEAD */ -/obj/item/clothing/head/bio_hood/security - desc = "A hood that protects the head and face from biological contaminants. This is a slightly outdated model from Nanotrasen Securities - you can hardly see through the foggy visor's ageing red. Hopefully it's still up to spec..." - //To recolor this would be hellish and honestly non-sensical. So, Nanotrasen Securities' bio-suit. Plus, flavor! /obj/item/clothing/head/costume/weddingveil worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/head/costume.dmi' @@ -25,18 +16,3 @@ worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/feet.dmi' icon = 'modular_skyrat/master_files/icons/obj/clothing/shoes.dmi' icon_state = "workbootsold" - - -/* -* UNDERSUITS -*/ - -/obj/item/clothing/under/rank/rnd/research_director/turtleneck - worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/under/rnd.dmi' - icon = 'modular_skyrat/master_files/icons/obj/clothing/under/rnd.dmi' - supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION - -/obj/item/clothing/under/rank/rnd/research_director/turtleneck/skirt - worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/under/rnd.dmi' - icon = 'modular_skyrat/master_files/icons/obj/clothing/under/rnd.dmi' - diff --git a/modular_skyrat/modules/aesthetics/clothing/head.dmi b/modular_skyrat/modules/aesthetics/clothing/head.dmi deleted file mode 100644 index 047dfaf1585..00000000000 Binary files a/modular_skyrat/modules/aesthetics/clothing/head.dmi and /dev/null differ diff --git a/modular_skyrat/modules/aesthetics/clothing/suit.dmi b/modular_skyrat/modules/aesthetics/clothing/suit.dmi deleted file mode 100644 index ad9bd8f7da4..00000000000 Binary files a/modular_skyrat/modules/aesthetics/clothing/suit.dmi and /dev/null differ diff --git a/modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm b/modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm index ccde3caa2f3..86790b27839 100644 --- a/modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm +++ b/modular_skyrat/modules/goofsec/code/sec_clothing_overrides.dm @@ -771,3 +771,10 @@ icon = 'icons/obj/clothing/shoes.dmi' worn_icon = 'icons/mob/clothing/feet.dmi' current_skin = "jackboots_sec" //prevents reskinning + +//Finally, a few description changes for items that couldn't get a resprite. +/obj/item/clothing/head/bio_hood/security + desc = "A hood that protects the head and face from biological contaminants. This is a slightly outdated model from Nanotrasen Securities - you can hardly see through the foggy visor's ageing red. Hopefully it's still up to spec..." + +/obj/item/clothing/suit/bio_suit/security + desc = "A suit that protects against biological contamination. This is a slightly outdated model from Nanotrasen Securities, using their red color-scheme and even outdated labelling. Hopefully it's still up to spec..."