This commit is contained in:
Pinta
2023-02-22 22:52:47 -05:00
parent b81508b4d2
commit d728e9baf6
3 changed files with 17 additions and 20 deletions
-2
View File
@@ -85,8 +85,6 @@
if(!mob.Process_Spacemove(direct))
return FALSE
if(HAS_TRAIT(mob,TRAIT_BLOB) && HAS_TRAIT(mob,TRAIT_WEAKLEGS)) // GS13 are we too fat to move?
return FALSE
//We are now going to move
var/add_delay = mob.movement_delay()
mob.set_glide_size(DELAY_TO_GLIDE_SIZE(add_delay * (((direct & 3) && (direct & 12)) ? 2 : 1))) // set it now in case of pulled objects