From 52e5a4f851ecb1b7edd6f4d62101bf1edd53982a Mon Sep 17 00:00:00 2001 From: Arturlang <24881678+Arturlang@users.noreply.github.com> Date: Sat, 29 Mar 2025 16:42:39 +0200 Subject: [PATCH] moves vox laugh into the right folder (#3394) ## About The Pull Request moves vox laugh into the right folder, because I didn't notice it in the PR early enough ## Why It's Good For The Game better keep sound files in modular folders ## Proof Of Testing nyop
Screenshots/Videos
## Changelog no cl --- modular_skyrat/modules/emotes/code/laugh_datums.dm | 2 +- .../sound}/mobs/humanoids/vox/credit.txt | 0 .../sound}/mobs/humanoids/vox/vox_laugh.ogg | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename {sound => modular_zubbers/sound}/mobs/humanoids/vox/credit.txt (100%) rename {sound => modular_zubbers/sound}/mobs/humanoids/vox/vox_laugh.ogg (100%) diff --git a/modular_skyrat/modules/emotes/code/laugh_datums.dm b/modular_skyrat/modules/emotes/code/laugh_datums.dm index 9e5e5843e1f..cb1b9042a11 100644 --- a/modular_skyrat/modules/emotes/code/laugh_datums.dm +++ b/modular_skyrat/modules/emotes/code/laugh_datums.dm @@ -65,5 +65,5 @@ GLOBAL_LIST_EMPTY(laugh_types) /datum/laugh_type/vox name = "Vox Laugh" - male_laughsounds = list('sound/mobs/humanoids/vox/vox_laugh.ogg') + male_laughsounds = list('modular_zubbers/sound/mobs/humanoids/vox/vox_laugh.ogg') female_laughsounds = null diff --git a/sound/mobs/humanoids/vox/credit.txt b/modular_zubbers/sound/mobs/humanoids/vox/credit.txt similarity index 100% rename from sound/mobs/humanoids/vox/credit.txt rename to modular_zubbers/sound/mobs/humanoids/vox/credit.txt diff --git a/sound/mobs/humanoids/vox/vox_laugh.ogg b/modular_zubbers/sound/mobs/humanoids/vox/vox_laugh.ogg similarity index 100% rename from sound/mobs/humanoids/vox/vox_laugh.ogg rename to modular_zubbers/sound/mobs/humanoids/vox/vox_laugh.ogg