Skip to content

Commit

Permalink
feat(glide): optimizing glide
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeperHLC committed Oct 14, 2023
1 parent be9b609 commit 54af786
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/mob/mob_movement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@
else
glide_size = max(min, glide_size_override)

for (var/atom/movable/AM in contents)
AM.set_glide_size(glide_size, min, max)
if(istype(src, /obj))
var/obj/O = src
if(O.buckled_mob)
Expand Down

0 comments on commit 54af786

Please sign in to comment.