From 499686c50fd2ad064d4f356c8a6fb33a245fc076 Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Tue, 4 Jul 2017 22:26:20 -0700 Subject: [PATCH] Removes slowdown from the freedom suit and makes it fireproof --- code/modules/clothing/spacesuits/miscellaneous.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 4794a69beb9..91d2aa063d6 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -238,7 +238,7 @@ Contains: armor = list(melee = 20, bullet = 40, laser = 30, energy = 25, bomb = 100, bio = 100, rad = 100, fire = 80, acid = 80) strip_delay = 130 max_heat_protection_temperature = FIRE_IMMUNITY_HELM_MAX_TEMP_PROTECT - resistance_flags = ACID_PROOF + resistance_flags = ACID_PROOF | FIRE_PROOF /obj/item/clothing/suit/space/freedom name = "eagle suit" @@ -249,7 +249,8 @@ Contains: armor = list(melee = 20, bullet = 40, laser = 30,energy = 25, bomb = 100, bio = 100, rad = 100, fire = 80, acid = 80) strip_delay = 130 max_heat_protection_temperature = FIRE_IMMUNITY_HELM_MAX_TEMP_PROTECT - resistance_flags = ACID_PROOF + resistance_flags = ACID_PROOF | FIRE_PROOF + slowdown = 0 //Carpsuit, bestsuit, lovesuit /obj/item/clothing/head/helmet/space/hardsuit/carp