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)