mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes adminspawned ladders
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
if(!A.CanPass(M, M.loc, 1.5, 0))
|
if(!A.CanPass(M, M.loc, 1.5, 0))
|
||||||
to_chat(M, "<span class='notice'>\The [A] is blocking \the [src].</span>")
|
to_chat(M, "<span class='notice'>\The [A] is blocking \the [src].</span>")
|
||||||
return FALSE
|
return FALSE
|
||||||
return M.Move(T)
|
return M.forceMove(T) //VOREStation Edit - Fixes adminspawned ladders
|
||||||
|
|
||||||
/obj/structure/ladder/CanPass(obj/mover, turf/source, height, airflow)
|
/obj/structure/ladder/CanPass(obj/mover, turf/source, height, airflow)
|
||||||
return airflow || !density
|
return airflow || !density
|
||||||
|
|||||||
Reference in New Issue
Block a user