Fixes adminspawned ladders

This commit is contained in:
Unknown
2019-10-14 22:34:28 -04:00
parent f1bd34846b
commit a4f2053c66

View File

@@ -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