mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
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:
committed by
Chompstation Bot
parent
2fda5bc91f
commit
c56ec2bf01
@@ -331,7 +331,7 @@
|
|||||||
connected = locate(/obj/machinery/dna_scannernew, get_step(src, dir))
|
connected = locate(/obj/machinery/dna_scannernew, get_step(src, dir))
|
||||||
if(connected)
|
if(connected)
|
||||||
break
|
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)
|
/obj/machinery/computer/scan_consolenew/proc/all_dna_blocks(var/list/buffer)
|
||||||
var/list/arr = list()
|
var/list/arr = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user