Hole and Hole-Adjacent Changes (#15345)

This commit is contained in:
Geeves
2022-12-20 17:05:43 +01:00
committed by GitHub
parent 6719b17b3b
commit b4c4cf69ec
14 changed files with 127 additions and 99 deletions
+3 -3
View File
@@ -158,10 +158,10 @@
if(istype(target_ladder, target_down))
direction = DOWN
if(!LAD.CanZPass(M, direction))
to_chat(M, "<span class='notice'>\The [LAD] is blocking \the [src].</span>")
to_chat(M, "<span class='notice'>\The [LAD.GetZPassBlocker()] is blocking \the [src].</span>")
return FALSE
if(!T.CanZPass(M, direction))
to_chat(M, "<span class='notice'>\The [T] is blocking \the [src].</span>")
to_chat(M, "<span class='notice'>\The [T.GetZPassBlocker()] is blocking \the [src].</span>")
return FALSE
for(var/atom/A in T)
if(!isliving(A))
@@ -286,4 +286,4 @@
/obj/structure/stairs/west
dir = WEST
bound_width = 64
bound_width = 64