Earlyports Stair fix from Polaris

https://github.com/PolarisSS13/Polaris/pull/7943
This commit is contained in:
Unknown
2021-03-02 17:13:14 -05:00
parent 774ad8e2a3
commit 41f4948621
5 changed files with 96 additions and 131 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()