From 94a93ac97d4c36053739b092c6706e021e3a848e Mon Sep 17 00:00:00 2001 From: Amunak Date: Thu, 11 Dec 2014 11:27:01 +0100 Subject: [PATCH] Reverted accidental changes to SMES building and RCON research --- code/game/machinery/constructable_frame.dm | 2 +- code/modules/research/designs.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index e1d096808e..78c7b309b6 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -314,7 +314,7 @@ obj/item/weapon/circuitboard/rdserver board_type = "machine" origin_tech = "powerstorage=6;engineering=4" frame_desc = "Requires 1 superconducting magnetic coil and 30 wires." - req_components = list("/obj/item/weapon/smes_component/coil" = 1, "/obj/item/stack/cable_coil" = 30) + req_components = list("/obj/item/weapon/smees_coil" = 1, "/obj/item/stack/cable_coil" = 30) // Telecomms circuit boards: /obj/item/weapon/circuitboard/telecomms/receiver diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index eaa1474cf5..932f9836ad 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -206,7 +206,7 @@ datum/design/rcon_console name = "Circuit Design (RCON Remote Control)" desc = "Allows for the construction of circuit boards used to build a RCON Remote Control console." id = "rcon_console" - req_tech = list("programming" = 3, "engineering" = 3, "powerstorage" = 2, "bluespace" = 1) + req_tech = list("programming" = 4, "engineering" = 3, "powerstorage" = 5) build_type = IMPRINTER materials = list("$glass" = 2000, "sacid" = 20) build_path = /obj/item/weapon/circuitboard/rcon_console