Merge pull request #9289 from VOREStation/upstream-merge-7743

[MIRROR] Moves the varset for DNA injector readying out of the for loop
This commit is contained in:
Verkister
2020-11-08 08:58:19 +02:00
committed by Chompstation Bot
parent 2fda5bc91f
commit c56ec2bf01

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