From bb4912dc3a05da021a3a847dd366078520af204c Mon Sep 17 00:00:00 2001 From: ReoDaProtovali <84661000+ReoDaProtovali@users.noreply.github.com> Date: Wed, 15 May 2024 16:41:58 -0500 Subject: [PATCH] Teppi to modularity folder I didnt mean to put it in the base folder originally oops --- .../code/modules/mob/living/emote_ported.dm | 4 ++-- .../sound}/voice/teppi/cute_rumble.ogg | Bin .../sound}/voice/teppi/gyooh1.ogg | Bin .../sound}/voice/teppi/gyooh2.ogg | Bin .../sound}/voice/teppi/gyooh3.ogg | Bin .../sound}/voice/teppi/gyooh4.ogg | Bin .../sound}/voice/teppi/gyooh5.ogg | Bin .../sound}/voice/teppi/gyooh6.ogg | Bin {sound => GainStation13/sound}/voice/teppi/roar.ogg | Bin .../sound}/voice/teppi/rumble.ogg | Bin .../sound}/voice/teppi/snoot1.ogg | Bin .../sound}/voice/teppi/snoot2.ogg | Bin .../sound}/voice/teppi/whine1.ogg | Bin .../sound}/voice/teppi/whine2.ogg | Bin 14 files changed, 2 insertions(+), 2 deletions(-) rename {sound => GainStation13/sound}/voice/teppi/cute_rumble.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh1.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh2.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh3.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh4.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh5.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/gyooh6.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/roar.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/rumble.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/snoot1.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/snoot2.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/whine1.ogg (100%) rename {sound => GainStation13/sound}/voice/teppi/whine2.ogg (100%) diff --git a/GainStation13/code/modules/mob/living/emote_ported.dm b/GainStation13/code/modules/mob/living/emote_ported.dm index 8441c2ab..cfa8f6c9 100644 --- a/GainStation13/code/modules/mob/living/emote_ported.dm +++ b/GainStation13/code/modules/mob/living/emote_ported.dm @@ -213,8 +213,8 @@ key_third_person = "rumbles" message = "rumbles contentedly." sound = 'GainStation13/sound/voice/teppi/cute_rumble.ogg' - var/bigsound = list('GainStation13/sound/voice/teppi/rumble.ogg') - var/smolsound = list('GainStation13/sound/voice/teppi/cute_rumble.ogg') + bigsound = list('GainStation13/sound/voice/teppi/rumble.ogg') + smolsound = list('GainStation13/sound/voice/teppi/cute_rumble.ogg') //Vorestation ports end. diff --git a/sound/voice/teppi/cute_rumble.ogg b/GainStation13/sound/voice/teppi/cute_rumble.ogg similarity index 100% rename from sound/voice/teppi/cute_rumble.ogg rename to GainStation13/sound/voice/teppi/cute_rumble.ogg diff --git a/sound/voice/teppi/gyooh1.ogg b/GainStation13/sound/voice/teppi/gyooh1.ogg similarity index 100% rename from sound/voice/teppi/gyooh1.ogg rename to GainStation13/sound/voice/teppi/gyooh1.ogg diff --git a/sound/voice/teppi/gyooh2.ogg b/GainStation13/sound/voice/teppi/gyooh2.ogg similarity index 100% rename from sound/voice/teppi/gyooh2.ogg rename to GainStation13/sound/voice/teppi/gyooh2.ogg diff --git a/sound/voice/teppi/gyooh3.ogg b/GainStation13/sound/voice/teppi/gyooh3.ogg similarity index 100% rename from sound/voice/teppi/gyooh3.ogg rename to GainStation13/sound/voice/teppi/gyooh3.ogg diff --git a/sound/voice/teppi/gyooh4.ogg b/GainStation13/sound/voice/teppi/gyooh4.ogg similarity index 100% rename from sound/voice/teppi/gyooh4.ogg rename to GainStation13/sound/voice/teppi/gyooh4.ogg diff --git a/sound/voice/teppi/gyooh5.ogg b/GainStation13/sound/voice/teppi/gyooh5.ogg similarity index 100% rename from sound/voice/teppi/gyooh5.ogg rename to GainStation13/sound/voice/teppi/gyooh5.ogg diff --git a/sound/voice/teppi/gyooh6.ogg b/GainStation13/sound/voice/teppi/gyooh6.ogg similarity index 100% rename from sound/voice/teppi/gyooh6.ogg rename to GainStation13/sound/voice/teppi/gyooh6.ogg diff --git a/sound/voice/teppi/roar.ogg b/GainStation13/sound/voice/teppi/roar.ogg similarity index 100% rename from sound/voice/teppi/roar.ogg rename to GainStation13/sound/voice/teppi/roar.ogg diff --git a/sound/voice/teppi/rumble.ogg b/GainStation13/sound/voice/teppi/rumble.ogg similarity index 100% rename from sound/voice/teppi/rumble.ogg rename to GainStation13/sound/voice/teppi/rumble.ogg diff --git a/sound/voice/teppi/snoot1.ogg b/GainStation13/sound/voice/teppi/snoot1.ogg similarity index 100% rename from sound/voice/teppi/snoot1.ogg rename to GainStation13/sound/voice/teppi/snoot1.ogg diff --git a/sound/voice/teppi/snoot2.ogg b/GainStation13/sound/voice/teppi/snoot2.ogg similarity index 100% rename from sound/voice/teppi/snoot2.ogg rename to GainStation13/sound/voice/teppi/snoot2.ogg diff --git a/sound/voice/teppi/whine1.ogg b/GainStation13/sound/voice/teppi/whine1.ogg similarity index 100% rename from sound/voice/teppi/whine1.ogg rename to GainStation13/sound/voice/teppi/whine1.ogg diff --git a/sound/voice/teppi/whine2.ogg b/GainStation13/sound/voice/teppi/whine2.ogg similarity index 100% rename from sound/voice/teppi/whine2.ogg rename to GainStation13/sound/voice/teppi/whine2.ogg