From 1f799b5f9c682004bfd283068032d1910f20c59e Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Tue, 31 Aug 2010 00:16:36 +0000 Subject: [PATCH] Renamed another couple of circuitboards for clarity git-svn-id: http://tgstation13.googlecode.com/svn/trunk@36 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/computer/buildandrepair.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 85b285edfa4..a2fb0b687d1 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -29,7 +29,7 @@ name = "Circuit board (AI Upload)" computertype = "/obj/machinery/computer/aiupload" /obj/item/weapon/circuitboard/med_data - name = "Circuit board (Medical)" + name = "Circuit board (Medical Records)" computertype = "/obj/machinery/computer/med_data" /obj/item/weapon/circuitboard/scan_consolenew name = "Circuit board (DNA Machine)" @@ -47,7 +47,7 @@ name = "Circuit board (Teleporter)" computertype = "/obj/machinery/computer/teleporter" /obj/item/weapon/circuitboard/secure_data - name = "Circuit board (Secure Data)" + name = "Circuit board (Security Records)" computertype = "/obj/machinery/computer/secure_data" /obj/item/weapon/circuitboard/atmospherealerts name = "Circuit board (Atmosphere alerts)"