From 68afaf666c9157a3844804d503e4da7dccb77e1b Mon Sep 17 00:00:00 2001 From: MrSky12 <71841824+MrSky12@users.noreply.github.com> Date: Wed, 15 May 2024 23:28:41 +0200 Subject: [PATCH] Reapply "indent" This reverts commit 14edf0b8b9e06c2725ec545dded049d9a9e87064. --- GainStation13/code/modules/mob/living/emote_ported.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/modules/mob/living/emote_ported.dm b/GainStation13/code/modules/mob/living/emote_ported.dm index 8ae65a5a..8441c2ab 100644 --- a/GainStation13/code/modules/mob/living/emote_ported.dm +++ b/GainStation13/code/modules/mob/living/emote_ported.dm @@ -165,7 +165,7 @@ emote_type = EMOTE_AUDIBLE /datum/emote/living/sneeze/teshsneeze/get_sound() -return pick('GainStation13/sound/voice/teshari/tesharisneeze.ogg', 'GainStation13/sound/voice/teshari/tesharisneezeb.ogg') + return pick('GainStation13/sound/voice/teshari/tesharisneeze.ogg', 'GainStation13/sound/voice/teshari/tesharisneezeb.ogg') /datum/emote/living/cough/teshcough //Same as above. Replace with a modular system later. key = "teshcough"