mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
The Computer-ening (#13831)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user