Smooth movement for simple mobs, bots, ventcrawling, singulo, mechs, and motor wheelchairs (#19196)

* Smooth movement for mech eye

* Arguments for ForceMove

* Smooth motor wheelchairs

* Smooth ventcrawling eye

* Singularity uses smooth novement

* Simple mobs and simple bots use smooth movement
This commit is contained in:
I-VAPE-VOX-CLOACA-EVERY-DAY-OF-MY-LIFE
2018-08-08 17:56:36 -03:00
committed by jknpj
parent 38ec408ebe
commit 8d5f78b8b0
30 changed files with 91 additions and 67 deletions

View File

@@ -171,7 +171,7 @@
if(prob(50))
clong()
/obj/item/projectile/immovablerod/forceMove(atom/destination,var/no_tp=0)
/obj/item/projectile/immovablerod/forceMove(atom/destination, no_tp=0, harderforce = FALSE, glide_size_override = 0)
..()
if(z != starting.z)
qdel(src)