From 1efea2dd4654eb402c3db991ffa95d34d8ffee2b Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sat, 5 Dec 2015 10:45:28 -0800 Subject: [PATCH] Relaymove added to DNA machine --- code/game/dna/dna_modifier.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/dna/dna_modifier.dm b/code/game/dna/dna_modifier.dm index f0afc49aa57..948645e0567 100644 --- a/code/game/dna/dna_modifier.dm +++ b/code/game/dna/dna_modifier.dm @@ -239,6 +239,11 @@ qdel(G) return +/obj/machinery/sleeper/relaymove(mob/user as mob) + if(user.incapacitated()) + return 0 //maybe they should be able to get out with cuffs, but whatever + go_out() + /obj/machinery/dna_scannernew/proc/put_in(var/mob/M) if(M.client) M.client.perspective = EYE_PERSPECTIVE