mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user