From 67c719d9d69500bf3b0992f8d19ef054027d7da2 Mon Sep 17 00:00:00 2001 From: Amunak Date: Sun, 14 Dec 2014 05:03:15 +0100 Subject: [PATCH] Updated medical records console description. --- code/game/machinery/computer/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index fe8e098a7e3..b8fb87bc31e 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -2,7 +2,7 @@ /obj/machinery/computer/med_data//TODO:SANITY name = "medical records console" - desc = "This can be used to view, edit and maintain medical records." + desc = "Used to view, edit and maintain medical records." icon_state = "medcomp" req_one_access = list(access_medical, access_forensics_lockers) circuit = "/obj/item/weapon/circuitboard/med_data"