Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2022-06-07 19:10:13 -05:00
62 changed files with 363 additions and 200 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
/obj/structure/proc/do_climb(atom/movable/A)
if(climbable)
density = FALSE
. = step(A,get_dir(A,src.loc))
. = step(A, (A.loc == loc ? dir : get_dir(A,src.loc)))
density = TRUE
/obj/structure/proc/climb_structure(mob/living/user)