From ac47282116b219dae4be76b2282ba3fbe6ca4248 Mon Sep 17 00:00:00 2001 From: Yobrocharlie Date: Tue, 17 Sep 2024 21:19:48 -0700 Subject: [PATCH] removes the helmets slowdown too --- code/modules/clothing/head/helmet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 0fffe349f56a..b14dc452b6a2 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -234,7 +234,7 @@ icon_state = "marine_command" item_state = "helmetalt" armor = list("melee" = 50, "bullet" = 75, "laser" = 55, "energy" = 25, "bomb" = 60, "bio" = 100, "fire" = 70, "acid" = 50) - slowdown = 0.3 + slowdown = 0 min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT clothing_flags = STOPSPRESSUREDAMAGE resistance_flags = FIRE_PROOF | ACID_PROOF