From cd3fded79ebc78d54cf6d77d64f5d214a67462a1 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Tue, 14 Nov 2017 00:29:19 -0500 Subject: [PATCH] Contortionist Jumpsuit fix Fixes the name of the Contortionist's jumpsuit actually being "Contortionist's Jumpsuit". It is now named "atmospheric technician's jumpsuit", as it is meant to look exactly like a atmos tech jumpsuit. Also gave the suit the FIRE_PROOF burnstate, meaning it won't burn to ash, again mimicing the atmos tech jumpsuit. It does NOT however have the ONESIZEFITSALL flag, so fatties can't wear it (you're squeezing into a tight space anyways, it makes more sense it won't fit the huskier of spessfolk). :cl: tweak: The Syndicate has determined that subtle and stealthy items don't benefit from obvious names, and thus have rebranded their contortionist jumpsuit. tweak: The Syndicate decided to be less stingy than Nanotrasen and made the contortionist jumpsuit out of flame resistant materials. You may burn, but the jumpsuit won't! /:cl: --- code/modules/clothing/under/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 34435e5d66c..95ae68dcd26 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -751,11 +751,12 @@ item_state = "noble_clothes" /obj/item/clothing/under/contortionist - name = "Contortionist's Jumpsuit" + name = "atmospheric technician's jumpsuit" desc = "A light jumpsuit useful for squeezing through narrow vents." icon_state = "atmos" item_state = "atmos_suit" item_color = "atmos" + burn_state = FIRE_PROOF /obj/item/clothing/under/contortionist/equipped(mob/living/carbon/human/user, slot) if(!user.ventcrawler)