From e61d0e54cf86784bf3368ac49a60923ce5f1fa68 Mon Sep 17 00:00:00 2001 From: Rygzengrho Date: Mon, 6 Dec 2010 23:39:15 +0000 Subject: [PATCH] Reverted space suits back. They were ok already, sorry. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@552 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing.dm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/code/defines/obj/clothing.dm b/code/defines/obj/clothing.dm index 52ccfba8d7f..a63d35a694f 100644 --- a/code/defines/obj/clothing.dm +++ b/code/defines/obj/clothing.dm @@ -259,9 +259,6 @@ name = "rig helmet" icon_state = "rig" item_state = "rig_helm" - flags = FPRINT | TABLEPASS | HEADSPACE | HEADCOVERSEYES | HEADCOVERSMOUTH - see_face = 0.0 - permeability_coefficient = 0.01 /obj/item/clothing/head/helmet/space/syndicate name = "red space helmet" @@ -698,13 +695,6 @@ desc = "A special suit that protects against hazardous, low pressure environments." icon_state = "rig" item_state = "rig_suit" - gas_transfer_coefficient = 0.01 - w_class = 4//bulky item - flags = FPRINT | TABLEPASS | SUITSPACE - body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS - permeability_coefficient = 0.02 - protective_temperature = 1000 - heat_transfer_coefficient = 0.02 /obj/item/clothing/suit/space/syndicate name = "red space suit"