mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #28434 from Cyberboss/BuckleFix
Fixes things getting unbuckled in nullspace
This commit is contained in:
@@ -197,6 +197,8 @@
|
||||
|
||||
QDEL_NULL(proximity_monitor)
|
||||
QDEL_NULL(language_holder)
|
||||
|
||||
unbuckle_all_mobs(force=1)
|
||||
|
||||
. = ..()
|
||||
if(loc)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user