Simple Mob Talk Fix (#8970)

This commit is contained in:
Geeves
2020-05-29 14:04:28 +02:00
committed by GitHub
parent baf5832def
commit 2caef587d9
12 changed files with 43 additions and 2 deletions
@@ -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)