Merge pull request #30198 from tgstation/Cyberboss-patch-3

Adds periods to larva roars
This commit is contained in:
Leo
2017-08-26 21:04:00 -03:00
committed by GitHub
@@ -20,11 +20,11 @@
/datum/emote/living/alien/roar
key = "roar"
key_third_person = "roars"
message_alien = "roars"
message_larva = "softly roars"
message_alien = "roars."
message_larva = "softly roars."
emote_type = EMOTE_AUDIBLE
/datum/emote/living/alien/roar/run_emote(mob/user, params)
. = ..()
if(. && isalienadult(user))
playsound(user.loc, 'sound/voice/hiss5.ogg', 40, 1, 1)
playsound(user.loc, 'sound/voice/hiss5.ogg', 40, 1, 1)