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).

🆑
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!
/🆑
This commit is contained in:
FalseIncarnate
2017-11-14 00:29:19 -05:00
parent aa9bbd877f
commit cd3fded79e
+2 -1
View File
@@ -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)