Removes the last of the unused/redundant stuff from the Aesthetic Module's Clothing folder (#20971)

* Remove no longer used overrides

* Remove unused icons

* Move sec biosuit description override to sec_clothing_overrides
This commit is contained in:
OrionTheFox
2023-05-06 18:04:32 +01:00
committed by GitHub
parent 60baf6fe44
commit b2a828400f
4 changed files with 7 additions and 24 deletions
@@ -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'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

@@ -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..."