forcemove fixes

This commit is contained in:
Fox-McCloud
2017-01-27 21:03:57 -05:00
parent 6fb69e272c
commit 80587202fe
4 changed files with 12 additions and 12 deletions
@@ -298,7 +298,7 @@
usr.update_icons() //update our overlays
if(silent)
prevent_warning = 1
W.loc = src
W.forceMove(src)
W.on_enter_storage(src)
if(usr)
if(usr.client && usr.s_active != src)
@@ -344,9 +344,9 @@
else
W.layer = initial(W.layer)
W.plane = initial(W.plane)
W.loc = new_location
W.forceMove(new_location)
else
W.loc = get_turf(src)
W.forceMove(get_turf(src))
if(usr)
src.orient2hud(usr)