From c64b11b4463e2c3b87f937e30435db1ca53a0832 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sat, 30 Sep 2017 19:21:13 -0400 Subject: [PATCH] Fixes gen scanner timer --- code/game/machinery/computer/dna_console.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index 5f2324f2367..cfc3c13cfc2 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -168,7 +168,7 @@ if("working") temp_html += status temp_html += "

System Busy

" - temp_html += "Working ... Please wait ([DisplayTimeText(radduration)])" + temp_html += "Working ... Please wait ([DisplayTimeText(radduration*10)])" if("buffer") temp_html += status temp_html += buttons