From 8969348195e06604ddbd2d06f316c66d366400e2 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Sun, 9 May 2021 18:58:42 -0700 Subject: [PATCH] how --- hyperstation/code/modules/clothing/spacesuits/hardsuit.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm b/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm index ebfee0ef..3baca22c 100644 --- a/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm +++ b/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm @@ -30,11 +30,11 @@ var/pickupsound = TRUE /obj/item/clothing/suit/space/hardsuit/rd/hev/no_sound - pickup_sound = FALSE + pickupsound = FALSE /obj/item/clothing/suit/space/hardsuit/rd/hev/equipped(mob/user, slot) . = ..() - if(!pickup_sound) + if(!pickupsound) return if(!ishuman(user)) return