From c08fbfd065d763c1257aebd451bf10691d57d8c7 Mon Sep 17 00:00:00 2001 From: "Superxpdude@gmail.com" Date: Sun, 10 Jul 2011 17:10:22 +0000 Subject: [PATCH] The Deathsquad armor now functions as a space suit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1828 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/suit.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/defines/obj/clothing/suit.dm b/code/defines/obj/clothing/suit.dm index 3efaf09045d..06cb681336f 100644 --- a/code/defines/obj/clothing/suit.dm +++ b/code/defines/obj/clothing/suit.dm @@ -318,6 +318,11 @@ desc = "A heavily armored suit that protects against moderate damage. Used in special operations." icon_state = "deathsquad" item_state = "swat_suit" + gas_transfer_coefficient = 0.01 + heat_transfer_coefficient = 0.02 + radiation_protection = 0.25 + protective_temperature = 1000 + flags = FPRINT | TABLEPASS | SUITSPACE body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS allowed = list(/obj/item/weapon/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/tank/emergency_oxygen) slowdown = 1