Fixed discrepancy between glide speed of a mob and that of its anchored vehicle/chair/etc (#30633)

* Fixed discrepancy between glide speed of a mob and that of its anchored vehicle/chair/etc

* hah
This commit is contained in:
DeityLink
2021-09-08 07:35:30 +02:00
committed by GitHub
parent 3ef9e77339
commit 6b53923fee
2 changed files with 16 additions and 15 deletions

View File

@@ -76,7 +76,7 @@
if (newer_loc) // Edge (no pun intended) case for map borders.
new_loc = newer_loc
AM.forceMove(new_loc, 0, 0, owner.glide_size)
AM.forceMove(new_loc, glide_size_override = owner.glide_size)
// Modifies the atom to undo changes in lock().
/datum/locking_category/proc/unlock(var/atom/movable/AM)