still removes autoscan
This commit is contained in:
@@ -63,9 +63,11 @@
|
||||
/obj/machinery/computer/cloning/process()
|
||||
if(!(scanner && LAZYLEN(pods) && autoprocess))
|
||||
return
|
||||
|
||||
if(scanner.occupant && scanner.scan_level > 2)
|
||||
scan_occupant(scanner.occupant)
|
||||
|
||||
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"])
|
||||
|
||||
Reference in New Issue
Block a user