Merge pull request #49333 from BadSS13Player/master

Removes the wait time and separate page for the Exosuit Fabricator's research synchronization
This commit is contained in:
spookydonut
2020-02-15 13:37:16 +08:00
committed by GitHub
-8
View File
@@ -242,16 +242,8 @@
return output
/obj/machinery/mecha_part_fabricator/proc/sync()
temp = "Updating local R&D database..."
updateUsrDialog()
sleep(30) //only sleep if called by user
for(var/obj/machinery/computer/rdconsole/RDC in oview(7,src))
RDC.stored_research.copy_research_to(stored_research)
temp = "Processed equipment designs.<br>"
//check if the tech coefficients have changed
temp += "<a href='?src=[REF(src)];clear_temp=1'>Return</a>"
updateUsrDialog()
say("Successfully synchronized with R&D server.")
return