Small alien basic mob speech fix (#30034)

This commit is contained in:
PollardTheDragon
2025-08-10 14:20:44 -04:00
committed by GitHub
parent c0acf193a0
commit ea367a68c1
@@ -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))