From c488a33efdd150db58c4b639fa17457af3114001 Mon Sep 17 00:00:00 2001 From: Neerti Date: Fri, 22 Mar 2019 02:57:24 -0400 Subject: [PATCH 1/2] Merge pull request #6010 from Heroman3003/arcade-silencer Removes spammy keyboard noise from arcade machines --- code/game/machinery/computer/arcade.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index dbd96823c1..a1f9f227fc 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -4,6 +4,7 @@ icon_state = "arcade" icon_keyboard = null icon_screen = "invaders" + clicksound = null //Gets too spammy and makes no sense for arcade to have the console keyboard noise anyway var/list/prizes = list( /obj/item/weapon/storage/box/snappops = 2, /obj/item/toy/blink = 2, /obj/item/clothing/under/syndicate/tacticool = 2,