diff --git a/code/game/machinery/jukebox.dm b/code/game/machinery/jukebox.dm index eb938f3881..9446102a49 100644 --- a/code/game/machinery/jukebox.dm +++ b/code/game/machinery/jukebox.dm @@ -22,6 +22,7 @@ active_power_usage = 100 circuit = /obj/item/weapon/circuitboard/jukebox clicksound = 'sound/machines/buttonbeep.ogg' + volume = 0.5 //CHOMPEdit // Vars for hacking var/datum/wires/jukebox/wires = null