Update mob_movement.dm

This commit is contained in:
Ghom
2020-05-06 23:36:40 +02:00
committed by GitHub
parent 94d67ab640
commit c97f86ae5a

View File

@@ -100,7 +100,6 @@
if(mob.throwing)
mob.throwing.finalize(FALSE)
var/mob/living/L = mob
if(L.pulling && !(L.combat_flags & COMBAT_FLAG_COMBAT_ACTIVE))
L.setDir(turn(L.dir, 180))