Merge pull request #4956 from Citadel-Station-13/upstream-merge-34547

[MIRROR] Jaunt Direction Fix
This commit is contained in:
deathride58
2018-01-19 19:43:14 +00:00
committed by GitHub
@@ -44,7 +44,8 @@
holder.reappearing = 1
playsound(get_turf(target), 'sound/magic/ethereal_exit.ogg', 50, 1, -1)
sleep(25 - jaunt_in_time)
new jaunt_in_type(mobloc, target.dir)
new jaunt_in_type(mobloc, holder.dir)
target.setDir(holder.dir)
sleep(jaunt_in_time)
qdel(holder)
if(!QDELETED(target))