mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Hole and Hole-Adjacent Changes (#15345)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user