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
@@ -203,8 +203,6 @@
/obj/item/device/mmi/relaymove(mob/living/user, direction)
. = ..()
if(!.)
return
if(user.stat || user.stunned)
return
-2
View File
@@ -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)