From cf225f335a9d050d39a4af040d56788231e30b9f Mon Sep 17 00:00:00 2001 From: Thalpy Date: Mon, 1 Jul 2019 00:18:35 +0100 Subject: [PATCH] Forgot to rename the box. --- code/modules/research/designs/misc_designs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index 05479ea7c1..019d4461de 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -470,7 +470,7 @@ departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING /datum/design/pHmeter - name = "pH meter" + name = "Chemical Analyser" desc = "A a electrode attached to a small circuit box that will tell you the pH of a solution." id = "pHmeter" build_type = PROTOLATHE @@ -524,4 +524,3 @@ build_path = /obj/item/circuitboard/computer/sat_control category = list("Computer Boards") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING -