From 98a9d113f822a51d2e03a2f86fe8458f961814da Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:19:02 +0200 Subject: [PATCH] Decrease announcement sound volume (#1428) --- .../Entities/Structures/Machines/Computers/computers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index c88c0272c81..21075359abe 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -541,7 +541,7 @@ sound: # Corvax-Announcements path: /Audio/Corvax/Announcements/announce.ogg params: - volume: -4 + volume: -5 - type: ActivatableUI key: enum.CommunicationsConsoleUiKey.Key - type: UserInterface