diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 7f4678a9123..7ad147bc507 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -315,7 +315,7 @@ if(prompted || !ismob(target)) return FALSE var/mob/M = target - if(!isanimal(M) || M.ckey) //much like sentience, these will not work on something that is already player controlled + if(!isanimal_or_basicmob(M) || M.ckey) // much like sentience, these will not work on something that is already player controlled to_chat(user, "[M] already has a higher consciousness!") return FALSE if(M.stat)