mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Small alien basic mob speech fix (#30034)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user