mobility refactor (#52929)

This commit is contained in:
Rohesie
2020-08-24 13:56:07 -07:00
committed by GitHub
parent 6eff1644f3
commit 988319b3e3
87 changed files with 522 additions and 341 deletions
@@ -134,7 +134,7 @@
"<span class='notice'>You successfully break out of [src]!</span>")
open_machine()
/obj/machinery/implantchair/relaymove(mob/user)
/obj/machinery/implantchair/relaymove(mob/living/user, direction)
if(message_cooldown <= world.time)
message_cooldown = world.time + 50
to_chat(user, "<span class='warning'>[src]'s door won't budge!</span>")