mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Merge remote-tracking branch 'upstream/dev-freeze' into dev
Conflicts: code/_onclick/click.dm code/game/objects/items/weapons/material/kitchen.dm code/modules/mob/living/silicon/ai/ai.dm
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/proc/can_climb(var/mob/living/user, post_climb_check=0)
|
||||
if (!can_touch(user) || !climbable || (!post_climb_check && (user in climbers)))
|
||||
if (!climbable || !can_touch(user) || (!post_climb_check && (user in climbers)))
|
||||
return 0
|
||||
|
||||
if (!user.Adjacent(src))
|
||||
|
||||
Reference in New Issue
Block a user