From 95b32d1b95ab0353179883ff0da91d2f17bbf274 Mon Sep 17 00:00:00 2001 From: DoctorBoomstick <102766473+DoctorBoomstick@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:23:57 +0100 Subject: [PATCH] I realised I forgot to add an entry for the closed reinforced wood door. I have now added it to the party. --- sound/CC-Sounds/open_door/door_wood/open_door.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sound/CC-Sounds/open_door/door_wood/open_door.json b/sound/CC-Sounds/open_door/door_wood/open_door.json index 42edb5f..2754288 100644 --- a/sound/CC-Sounds/open_door/door_wood/open_door.json +++ b/sound/CC-Sounds/open_door/door_wood/open_door.json @@ -96,5 +96,12 @@ "variant": "t_door_locked_alarm", "volume": 80, "files": [ "open_door/door_wood/open_door.ogg" ] + }, + { + "type": "sound_effect", + "id": "open_door", + "variant": "t_rdoor_c", + "volume": 80, + "files": [ "open_door/door_wood/open_door.ogg" ] } ]