mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixed relaymove blocking you in place (#19595)
Fixed relaymove blocking you in place Should fix #19569 and #19507
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user