mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user