Trapped minds can now understand what the host mob can

This commit is contained in:
Crazylemon
2016-02-03 12:57:29 -08:00
parent 8d38e190e4
commit aa31de9ce8
@@ -26,6 +26,13 @@
if(M.mind && (istype(M, /mob/dead/observer)))
M << "<i>Thought-speech, <b>[src]</b> -> <b>[B.truename]:</b> [message]</i>"
/mob/living/captive_brain/say_understands(var/mob/other, var/datum/language/speaking = null)
var/mob/living/simple_animal/borer/B = src.loc
if(!istype(B))
log_to_dd("Trapped mind found without a borer!")
return 0
return B.host.say_understands(other, speaking)
/mob/living/captive_brain/emote(var/message)
return