Fixed relaymove blocking you in place (#19595)

Fixed relaymove blocking you in place

Should fix #19569 and #19507
This commit is contained in:
Fluffy
2024-07-09 15:41:23 +00:00
committed by GitHub
parent 681b5a8f04
commit e6917d84e5
35 changed files with 61 additions and 69 deletions
@@ -98,8 +98,6 @@
/obj/effect/dummy/spell_jaunt/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if (!src.canmove || reappearing) return
var/turf/newLoc = get_step(src,direction)