From 088af5e060546e15396512023efedca0b1d0672f Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 21:46:31 +0100 Subject: [PATCH] Update hardhat.dm --- code/modules/clothing/head/hardhat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/hardhat.dm b/code/modules/clothing/head/hardhat.dm index fcdeaa05..40d01607 100644 --- a/code/modules/clothing/head/hardhat.dm +++ b/code/modules/clothing/head/hardhat.dm @@ -120,7 +120,7 @@ /obj/item/clothing/head/hardhat/weldhat/proc/toggle_welding_screen(mob/living/user) if(weldingvisortoggle(user)) - playsound(src, 'sound/mecha/mechmove03.ogg', 50, TRUE) //Visors don't just come from nothing + playsound(src, 'sound/mecha/mechmove03.ogg', 30, TRUE) //Visors don't just come from nothing update_icon() /obj/item/clothing/head/hardhat/weldhat/worn_overlays(isinhands)