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