mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Nearby buckling fixes (#23459)
* no timer when buckle ontop of chair, no random hits when buckling * revert revert, right
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
/atom/movable/MouseDrop_T(mob/living/M, mob/living/user)
|
||||
. = ..()
|
||||
if(can_buckle && istype(M) && istype(user))
|
||||
if(user_buckle_mob(M, user))
|
||||
return TRUE
|
||||
INVOKE_ASYNC(src, TYPE_PROC_REF(/atom/movable, user_buckle_mob), M, user)
|
||||
return TRUE
|
||||
|
||||
/atom/movable/proc/has_buckled_mobs()
|
||||
return length(buckled_mobs)
|
||||
|
||||
Reference in New Issue
Block a user