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()