From 582a3b0e1cdfd72130aa269bc158acc2dac4f031 Mon Sep 17 00:00:00 2001 From: CosmicScientist Date: Mon, 12 Oct 2015 13:30:27 +0100 Subject: [PATCH] Reverts line 105 Would cause more emotes than intended. --- code/modules/mob/living/carbon/alien/larva/emote.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/alien/larva/emote.dm b/code/modules/mob/living/carbon/alien/larva/emote.dm index 95e3e7506e4..e7f9fc57901 100644 --- a/code/modules/mob/living/carbon/alien/larva/emote.dm +++ b/code/modules/mob/living/carbon/alien/larva/emote.dm @@ -102,7 +102,7 @@ src << "Help for larva emotes. You can use these emotes with say \"*emote\":\n\nburp, choke, collapse, dance, deathgasp, drool, gasp, gnarl, hiss, jump, me, moan, nod, roll, roar, scratch, screech, shake, shiver, sign-#, sulk, sway, tail, twitch, whimper" else - ..(act) + src << "Unusable emote '[act]'. Say *help for a list." if ((message && src.stat == 0)) log_emote("[name]/[key] : [message]") @@ -110,4 +110,4 @@ visible_message(message) else audible_message(message) - return \ No newline at end of file + return