Merge pull request #2750 from Crazylemon64/medical_migraine_removal

Fixes the dumb I made with the DNA machine
This commit is contained in:
TheDZD
2015-12-06 11:55:18 -05:00
+1 -1
View File
@@ -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()