From d9c77f628d45d784c7b5657b9f4c4455b751240f Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sat, 30 Sep 2017 19:21:13 -0400 Subject: [PATCH 1/2] 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 5f2324f236..cfc3c13cfc 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