Merge pull request #8373 from FalseIncarnate/bugfix

Contortionist Jumpsuit fix
This commit is contained in:
tigercat2000
2017-11-26 12:50:22 -08:00
committed by GitHub
+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)