From 807f7f4771d8712d3350df8137f4bc62942a8cb3 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Tue, 3 Sep 2019 06:03:46 +0000 Subject: [PATCH] completely removes autoscan as originally intended --- code/game/machinery/computer/cloning.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm index 443097915c..26f0d06ecb 100644 --- a/code/game/machinery/computer/cloning.dm +++ b/code/game/machinery/computer/cloning.dm @@ -63,11 +63,6 @@ /obj/machinery/computer/cloning/process() if(!(scanner && LAZYLEN(pods) && autoprocess)) return - - if(ismob(scanner.occupant)) - var/mob/M = scanner.occpuant - if(M.stat == DEAD) //you must be kill to autoscan. - scan_occupant(scanner.occupant) //I blame kevin for(var/datum/data/record/R in records) var/obj/machinery/clonepod/pod = GetAvailableEfficientPod(R.fields["mind"])