mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes some bugs. (#16854)
* Fixes some bugs. * d --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -809,7 +809,10 @@
|
||||
qdel(src)
|
||||
|
||||
/atom/movable/z_observer/z_down/follow()
|
||||
forceMove(get_step(tile_shifted ? src : owner, DOWN))
|
||||
var/turf/down_step = get_step(tile_shifted ? src : owner, DOWN)
|
||||
/// If we move down more than 1 step, don't move down again.
|
||||
if((GET_Z(owner) - down_step.z) < 2)
|
||||
forceMove(down_step)
|
||||
var/turf/T = get_turf(tile_shifted ? get_step(owner, owner.dir) : owner)
|
||||
if(T && TURF_IS_MIMICING(T))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user