From 097dedcd1bfb942b1e1064f99e2e226484e94386 Mon Sep 17 00:00:00 2001 From: Yenwodyah Date: Wed, 11 Dec 2019 14:42:34 -0600 Subject: [PATCH] Fix syndi hardsuit helmet mode slowdown (#48192) --- code/modules/clothing/spacesuits/hardsuit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 6f01f32116e..73cc9d8c6cf 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -337,6 +337,7 @@ linkedsuit.update_icon() user.update_inv_wear_suit() user.update_inv_w_uniform() + user.update_equipment_speed_mods() /obj/item/clothing/suit/space/hardsuit/syndi