Merge pull request #7743 from greggbot/genetics-fix

Moves the varset for DNA injector readying out of the for loop
This commit is contained in:
Atermonera
2020-11-07 15:24:03 -05:00
committed by VirgoBot
parent 4c7053ad44
commit 30dca5e070
+1 -1
View File
@@ -331,7 +331,7 @@
connected = locate(/obj/machinery/dna_scannernew, get_step(src, dir))
if(connected)
break
VARSET_IN(src, injector_ready, TRUE, 25 SECONDS)
VARSET_IN(src, injector_ready, TRUE, 25 SECONDS)
/obj/machinery/computer/scan_consolenew/proc/all_dna_blocks(var/list/buffer)
var/list/arr = list()