From 63e0eed2f2b6d5a081d8762158b295df2e7eb740 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Sun, 6 Dec 2015 00:20:14 -0800 Subject: [PATCH] Fixes a major dumb I made in my last commit --- code/game/dna/dna_modifier.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/dna/dna_modifier.dm b/code/game/dna/dna_modifier.dm index 948645e0567..41ce133403b 100644 --- a/code/game/dna/dna_modifier.dm +++ b/code/game/dna/dna_modifier.dm @@ -239,7 +239,7 @@ qdel(G) return -/obj/machinery/sleeper/relaymove(mob/user as mob) +/obj/machinery/dna_scannernew/relaymove(mob/user as mob) if(user.incapacitated()) return 0 //maybe they should be able to get out with cuffs, but whatever go_out()