Fixes buckling to chairs (#21444)

Title. RIP.
This commit is contained in:
Batrachophreno
2025-10-04 23:33:24 +00:00
committed by GitHub
parent 8f8c7b1633
commit cf503256fc
3 changed files with 64 additions and 3 deletions
+2 -2
View File
@@ -105,8 +105,8 @@
/obj/structure/mouse_drop_receive(atom/dropped, mob/user, params)
var/mob/living/H = user
if(istype(H) && can_climb(H) && dropped == user)
if(!do_climb(dropped))
return ..()
do_climb(dropped)
return ..()
/obj/structure/proc/can_climb(var/mob/living/user, post_climb_check=0)
if (!climbable)