The Computer-ening (#13831)

This commit is contained in:
Wowzewow (Wezzy)
2022-06-04 23:19:33 +02:00
committed by GitHub
parent bf68049d59
commit c70f3e26cf
90 changed files with 350 additions and 202 deletions
+4 -2
View File
@@ -30,8 +30,10 @@ won't update every console in existence) but it's more of a hassle to do. Also,
/obj/machinery/computer/rdconsole
name = "R&D control console"
icon_screen = "sci"
light_color = "#a97faa"
icon_screen = "rdcomp"
icon_keyboard = "purple_key"
light_color = LIGHT_COLOR_PURPLE
circuit = /obj/item/circuitboard/rdconsole
var/datum/research/files //Stores all the collected research data.
var/obj/item/disk/tech_disk/t_disk = null //Stores the technology disk.
+4 -2
View File
@@ -200,8 +200,10 @@
name = "R&D server controller"
desc = "A console use to operate a RnD server, such as locking it, wiping it, or downloading its stored research."
icon_screen = "sci"
light_color = "#a97faa"
icon_screen = "rdcomp"
icon_keyboard = "purple_key"
light_color = LIGHT_COLOR_PURPLE
circuit = /obj/item/circuitboard/rdservercontrol
var/screen = 0
var/obj/machinery/r_n_d/server/temp_server