Adds Derelict versions of the R&D console and R&D server so it doesn't have to use duplicates of the station ones.

This commit is contained in:
Shadowmech88
2019-10-25 18:32:41 -05:00
parent 3b89a11cb2
commit 5cbaf72050
4 changed files with 20 additions and 1 deletions

View File

@@ -60,6 +60,11 @@
id = "rdconsole_pod"
build_path = /obj/item/weapon/circuitboard/rdconsole/pod
/datum/design/rdconsole/derelict
name = "Circuit Design (Derelict R&D Console)"
id = "rdconsole_derelict"
build_path = /obj/item/weapon/circuitboard/rdconsole/derelict
/datum/design/aifixer
name = "Circuit Design (AI Integrity Restorer)"
desc = "Allows for the construction of circuit boards used to build an AI Integrity Restorer."

View File

@@ -1115,3 +1115,9 @@ won't update every console in existence) but it's more of a hassle to do. Also,
id = 5
req_access=list()
circuit = "/obj/item/weapon/circuitboard/rdconsole/pod"
/obj/machinery/computer/rdconsole/derelict
name = "Derelict R&D Console"
id = 6
req_access=list()
circuit = "/obj/item/weapon/circuitboard/rdconsole/derelict"

View File

@@ -336,6 +336,11 @@
src.updateUsrDialog()
return
/obj/machinery/r_n_d/server/derelict
name = "Derelict R&D Server"
id_with_upload_string = "6"
id_with_download_string = "6"
server_id = 3
/obj/machinery/r_n_d/server/robotics
name = "Robotics R&D Server"
@@ -343,7 +348,6 @@
id_with_download_string = "1;2;3;4;5"
server_id = 2
/obj/machinery/r_n_d/server/core
name = "Core R&D Server"
id_with_upload_string = "1"