Adds a small delay to the artifact_harvester

This commit is contained in:
Cameron653
2017-06-17 00:06:53 -04:00
committed by GitHub
parent 3997a1510a
commit b3ff070f17

View File

@@ -15,8 +15,8 @@
/obj/machinery/artifact_harvester/New()
..()
//connect to a nearby scanner pad
owned_scanner = locate(/obj/machinery/artifact_scanpad) in get_step(src, dir)
spawn(50) //Delay so the scan pad has time to actually spawn in
owned_scanner = locate(/obj/machinery/artifact_scanpad) in get_step(src, dir) //connect to a nearby scanner pad
if(!owned_scanner)
owned_scanner = locate(/obj/machinery/artifact_scanpad) in orange(1, src)