Merge pull request #15699 from KazeEspada/cockroachpushing

Tiny mobs can't push shit.
This commit is contained in:
AnturK
2016-02-24 14:26:16 +01:00
+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)