mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user