Tiny mobs can't push shit.

This commit is contained in:
KazeEspada
2016-02-22 18:51:46 -07:00
parent 8128afaf82
commit c130d04dfc
+2
View File
@@ -142,6 +142,8 @@ Sorry Giacom. Please don't be mad :(
/mob/living/proc/PushAM(atom/movable/AM)
if(now_pushing)
return 1
if(!client && (mob_size < MOB_SIZE_SMALL))
return
if(!AM.anchored)
now_pushing = 1
var/t = get_dir(src, AM)