mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Reverted accidental changes to SMES building and RCON research
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user