mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
MultiZ Pulling Fixes
- Prevent pulling anchored stuff up stairs. - Prevent pulling stuff up/down z-levels thru ladders.
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
A.forceMove(target)
|
||||
if(isliving(A))
|
||||
var/mob/living/L = A
|
||||
if(L.pulling)
|
||||
if(L.pulling && !L.pulling.anchored)
|
||||
L.pulling.forceMove(target)
|
||||
|
||||
/obj/structure/stairs/proc/upperStep(var/turf/T)
|
||||
|
||||
Reference in New Issue
Block a user