From 14edf0b8b9e06c2725ec545dded049d9a9e87064 Mon Sep 17 00:00:00 2001 From: MrSky12 <71841824+MrSky12@users.noreply.github.com> Date: Wed, 15 May 2024 23:03:09 +0200 Subject: [PATCH] Revert "indent" This reverts commit bad103c1336ecc9300b6351a39e16fb0287f1e82. --- 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 8441c2ab..8ae65a5a 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"