Adds a peep

yep.
This commit is contained in:
BlackMajor
2018-11-26 23:16:34 +13:00
parent d9b6979dff
commit fb446cdfa4
2 changed files with 14 additions and 0 deletions
@@ -161,6 +161,20 @@
playsound(user, 'modular_citadel/sound/voice/weh.ogg', 50, 1, -1)
. = ..()
/datum/emote/living/peep
key = "peep"
key_third_person = "peeps like a bird"
message = "peeps like a bird!"
emote_type = EMOTE_AUDIBLE
/datum/emote/living/peep/run_emote(mob/living/user, params)
if(ishuman(user))
if(user.nextsoundemote >= world.time)
return
user.nextsoundemote = world.time + 7
playsound(user, 'modular_citadel/sound/voice/peep.ogg', 50, 1, -1)
. = ..()
/datum/emote/living/dab
key = "dab"
key_third_person = "suddenly hits a dab"
Binary file not shown.