From f56e88967f553a763eccc0cd11b3e40729ff1664 Mon Sep 17 00:00:00 2001
From: kevinz000 <2003111+kevinz000@users.noreply.github.com>
Date: Sat, 24 Mar 2018 11:40:31 -0700
Subject: [PATCH] Fixes consoles
---
code/game/machinery/computer/medical.dm | 6 +++---
code/modules/research/machinery/_production.dm | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm
index 89142579308..d0a9251fbd3 100644
--- a/code/game/machinery/computer/medical.dm
+++ b/code/game/machinery/computer/medical.dm
@@ -34,11 +34,11 @@
else
return ..()
-/obj/machinery/computer/med_data/interact(mob/user)
+/obj/machinery/computer/med_data/ui_interact(mob/user)
. = ..()
var/dat
- if(src.temp)
- dat = text("[src.temp]
Clear Screen")
+ if(temp)
+ dat = text("[temp]
Clear Screen")
else
dat = text("Confirm Identity: []