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
@@ -177,8 +177,6 @@
/obj/item/aicard/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if(user.stat || user.stunned)
return
@@ -128,8 +128,6 @@
/obj/effect/dummy/chameleon/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if(istype(loc, /turf/space))
return //No magical space movement!
@@ -18,8 +18,6 @@
/obj/item/device/paicard/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if(user.stat || user.stunned)
return