mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user