diff --git a/code/modules/mob/living/simple_animal/borer/borer_powers.dm b/code/modules/mob/living/simple_animal/borer/borer_powers.dm index 31e9a5ac093..6b79b78e9d0 100644 --- a/code/modules/mob/living/simple_animal/borer/borer_powers.dm +++ b/code/modules/mob/living/simple_animal/borer/borer_powers.dm @@ -60,7 +60,7 @@ if(!M || !Adjacent(M) || !iscarbon(M)) return - if(ishuman(M) && (!M.mind || !M.client)) + if((ishuman(M) && !M.isMonkey()) && (!M.mind || !M.client)) to_chat(src, SPAN_WARNING("Host's body is in a state of hibernation, you are afraid to be crushed when they roll over in their sleep!")) return if(M.has_brain_worms())