From 5edfcd2927aa7f810e980f7bdaa10c578f5ae01b Mon Sep 17 00:00:00 2001
From: Seris02 <49109742+Seris02@users.noreply.github.com>
Date: Thu, 27 Feb 2020 20:33:57 +0800
Subject: [PATCH] yeet
---
code/game/machinery/computer/dna_console.dm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm
index 2d83c5343d..5662737ff7 100644
--- a/code/game/machinery/computer/dna_console.dm
+++ b/code/game/machinery/computer/dna_console.dm
@@ -110,11 +110,11 @@
stored_research = SSresearch.science_tech
/obj/machinery/computer/scan_consolenew/examine(mob/user)
- ..()
+ . = ..()
if(jokerready < world.time)
- to_chat(user, "JOKER algorithm available.")
+ . += "JOKER algorithm available."
else
- to_chat(user, "JOKER algorithm available in about [round(0.00166666667 * (jokerready - world.time))] minutes.")
+ . += "JOKER algorithm available in about [round(0.00166666667 * (jokerready - world.time))] minutes."
/obj/machinery/computer/scan_consolenew/ui_interact(mob/user, last_change)
. = ..()