From b2204ad56f63dbb09c764f1f97e0dc29fde70c4c Mon Sep 17 00:00:00 2001 From: Lumi Date: Sat, 25 May 2019 10:10:10 +1000 Subject: [PATCH] Update code/modules/mob/living/carbon/human/emote.dm Fixes credit. Thanks Tay! Co-Authored-By: Tayyyyyyy --- code/modules/mob/living/carbon/human/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index ce66b7dae4f..c0e8badf35d 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -231,7 +231,7 @@ var/M = handle_emote_param(param) message = "[src] warbles[M ? " at [M]" : ""]." - playsound(loc, 'sound/effects/warble.ogg', 50, 0) //Gredit to alienistcog (freesound.org) for the sound. + playsound(loc, 'sound/effects/warble.ogg', 50, 0) // Copyright CC BY 3.0 alienistcog (freesound.org) for the sound. m_type = 2 if("yes")