From a3150b1595fd1d618fc013e428fda16ebc64a0f5 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Sat, 22 Feb 2025 14:54:38 +0100 Subject: [PATCH] [NO GBP] Brings back missing space suit slowdown (#89610) ## About The Pull Request #89497 reverted the change from #85704 and moved the slowdown from helmets back to the space suits... except on the actual EVA suit, and it slipped past the reviews. ## Why It's Good For The Game Missed in the original PR ## Changelog :cl: balance: Gave space suits back half of their missing slowdown due to an oversight in a prior change. /:cl: --- code/modules/clothing/spacesuits/_spacesuits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/_spacesuits.dm b/code/modules/clothing/spacesuits/_spacesuits.dm index 978f6f2aca8..6e765b6ef7e 100644 --- a/code/modules/clothing/spacesuits/_spacesuits.dm +++ b/code/modules/clothing/spacesuits/_spacesuits.dm @@ -67,7 +67,7 @@ /obj/item/tank/internals, /obj/item/tank/jetpack/oxygen/captain, ) - slowdown = 0.5 + slowdown = 1 armor_type = /datum/armor/suit_space flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT cold_protection = CHEST | GROIN | LEGS | FEET | ARMS | HANDS