This commit is contained in:
kevinz000
2020-02-25 14:06:12 -07:00
parent bfb8139225
commit 40c2bdf5ee
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -36,8 +36,7 @@
//procs that handle the actual buckling and unbuckling
/atom/movable/proc/buckle_mob(mob/living/M, force = FALSE, check_loc = TRUE)
if(!buckled_mobs)
buckled_mobs = list()
LAZYINITLIST(buckled_mobs)
if(!istype(M))
return FALSE