Fixes stairs being wonky for fast, buckled mobs

Fixes thrown objects being catapulted to the max range when thrown up/down stairs
This commit is contained in:
atermonera
2021-03-02 12:11:45 -09:00
parent 7224e61b25
commit b2ca155477
4 changed files with 94 additions and 129 deletions
+1 -4
View File
@@ -40,10 +40,7 @@
return TRUE
/atom/movable/proc/has_buckled_mobs()
if(!buckled_mobs)
return FALSE
if(buckled_mobs.len)
return TRUE
return LAZYLEN(buckled_mobs)
/atom/movable/Destroy()
unbuckle_all_mobs()