Update code/modules/mob/living/carbon/human/emote.dm

Fixes credit. Thanks Tay!

Co-Authored-By: Tayyyyyyy <Tayyyyyyy@users.noreply.github.com>
This commit is contained in:
Lumi
2019-05-25 10:10:10 +10:00
committed by GitHub
co-authored by Tayyyyyyy
parent 5951f708d2
commit b2204ad56f
@@ -231,7 +231,7 @@
var/M = handle_emote_param(param)
message = "<B>[src]</B> 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")