From 86c229b6e04bc8fd9336c3f2e909b1dccb26761e Mon Sep 17 00:00:00 2001 From: Eschess Date: Wed, 21 Nov 2018 16:29:10 +0100 Subject: [PATCH] changes loc for forcemove, also removes pointless blockhair flag --- code/modules/clothing/spacesuits/hardsuit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 99bdaca2ec7..a5e66af02ac 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -228,7 +228,7 @@ W.loc = src src.helmet = W var/obj/item/clothing/head/helmet/space/hardsuit/syndi/S = W - S.loc = src + S.forceMove(src) helmet = S S.link_suit() return @@ -370,7 +370,7 @@ linkedsuit.name = initial(linkedsuit.name) linkedsuit.desc = initial(linkedsuit.desc) linkedsuit.slowdown = 1 - linkedsuit.flags |= BLOCKHAIR | STOPSPRESSUREDMAGE | THICKMATERIAL + linkedsuit.flags |= STOPSPRESSUREDMAGE | THICKMATERIAL linkedsuit.flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL linkedsuit.cold_protection |= UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS else