diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index 6035bb0e34..9517e0bc65 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -184,7 +184,7 @@ Class Procs: continue if(isliving(AM)) var/mob/living/L = am - if(L.buckled) + if(L.buckled || L.mob_size >= MOB_SIZE_LARGE) continue target = am