Fixes things getting unbuckled in nullspace (#1606)

This commit is contained in:
CitadelStationBot
2017-06-20 10:04:01 -05:00
committed by kevinz000
parent a2733b82fc
commit e1c8973f82
2 changed files with 2 additions and 5 deletions
-5
View File
@@ -26,11 +26,6 @@
if(user_buckle_mob(M, user))
return 1
//Cleanup
/atom/movable/Destroy()
. = ..()
unbuckle_all_mobs(force=1)
/atom/movable/proc/has_buckled_mobs()
if(!buckled_mobs)
return FALSE