mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Simple Mob Talk Fix (#8970)
This commit is contained in:
@@ -156,3 +156,6 @@
|
||||
newstate = "[health_prefix]_health[newstate]"
|
||||
if(healths.icon_state != newstate)
|
||||
healths.icon_state = newstate
|
||||
|
||||
/mob/living/simple_animal/construct/do_animate_chat(var/message, var/datum/language/language, var/small, var/list/show_to, var/duration, var/list/message_override)
|
||||
INVOKE_ASYNC(src, /atom/movable/proc/animate_chat, message, language, small, show_to, duration)
|
||||
Reference in New Issue
Block a user