mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Fix windoors, powernets, and the Schlorrgo Columbo Dimension (#14202)
This commit is contained in:
@@ -81,8 +81,8 @@ default behaviour is:
|
||||
return
|
||||
|
||||
if(can_swap_with(tmob)) // mutual brohugs all around!
|
||||
var/turf/tmob_oldloc = tmob.loc
|
||||
var/turf/src_oldloc = loc
|
||||
var/turf/tmob_oldloc = get_turf(tmob)
|
||||
var/turf/src_oldloc = get_turf(src)
|
||||
if(pulling?.density)
|
||||
tmob.forceMove(pulling.loc)
|
||||
forceMove(tmob_oldloc)
|
||||
|
||||
@@ -1311,6 +1311,8 @@
|
||||
if (dest != loc && istype(dest, /atom/movable))
|
||||
AM = dest
|
||||
LAZYADD(AM.contained_mobs, src)
|
||||
if(pulledby)
|
||||
pulledby.stop_pulling()
|
||||
|
||||
if (istype(loc, /atom/movable))
|
||||
AM = loc
|
||||
|
||||
Reference in New Issue
Block a user