mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +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:
@@ -203,8 +203,6 @@
|
||||
|
||||
/obj/item/device/mmi/relaymove(mob/living/user, direction)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
if(user.stat || user.stunned)
|
||||
return
|
||||
|
||||
@@ -78,8 +78,6 @@
|
||||
|
||||
/mob/living/carbon/relaymove(mob/living/user, direction)
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
|
||||
if((user in contents) && istype(user))
|
||||
if(user.last_special <= world.time)
|
||||
|
||||
Reference in New Issue
Block a user