diff --git a/code/WorkInProgress/Cael_Aislinn/Tajara/say.dm b/code/WorkInProgress/Cael_Aislinn/Tajara/say.dm index e8d23875759..824c164a1bb 100644 --- a/code/WorkInProgress/Cael_Aislinn/Tajara/say.dm +++ b/code/WorkInProgress/Cael_Aislinn/Tajara/say.dm @@ -493,7 +493,7 @@ M << speech_bubble spawn(30) del(speech_bubble) -/living/carbon/human/tajaran/say_understands(var/other) +/mob/living/carbon/human/tajaran/say_understands(var/other) if (istype(other, /mob/living/silicon/ai)) return 1 if (istype(other, /mob/living/silicon/decoy))