From ea367a68c1619bcd666d3d8dda0134d9ae3bf4f4 Mon Sep 17 00:00:00 2001 From: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:20:44 -0400 Subject: [PATCH] Small alien basic mob speech fix (#30034) --- code/modules/mob/living/basic/hostile/alien/alien_mob_hunter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/basic/hostile/alien/alien_mob_hunter.dm b/code/modules/mob/living/basic/hostile/alien/alien_mob_hunter.dm index 590d46fcb7d..eb8c62f5b31 100644 --- a/code/modules/mob/living/basic/hostile/alien/alien_mob_hunter.dm +++ b/code/modules/mob/living/basic/hostile/alien/alien_mob_hunter.dm @@ -49,7 +49,7 @@ /mob/living/basic/alien/Initialize(mapload) . = ..() - AddComponent(/datum/component/aggro_emote, emote_list = list("flutters"), emote_chance = 20) + AddComponent(/datum/component/aggro_emote, emote_list = list("hisses"), emote_chance = 20) /mob/living/basic/alien/proc/spread_plants() if(!isturf(loc) || isspaceturf(loc))