Mechfab (and More) Changes (#9000)

The mechfab no longer has a useless null category that does nothing when clicked on.
    The exosuit category in the mechfab has now been split into body construction and equipment construction for ease of use.
    Radio, Diagnosis Unit, and Actuator construction has been added to the exosuit body category as well.
    Many RnD machineries have had their names changed to lowercase to match the style of the rest of the game.
This commit is contained in:
Geeves
2020-06-04 21:48:41 +03:00
committed by GitHub
parent 920cdbb30d
commit 9dfc7a47cc
16 changed files with 164 additions and 129 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
/obj/machinery/r_n_d/server
name = "R&D Server"
name = "R&D server"
icon = 'icons/obj/machines/research.dmi'
icon_state = "server"
var/datum/research/files
@@ -121,7 +121,7 @@
return
/obj/machinery/r_n_d/server/centcom
name = "Central R&D Database"
name = "central R&D database"
server_id = -1
/obj/machinery/r_n_d/server/centcom/setup()
@@ -168,7 +168,7 @@
id_with_download += text2num(N)
/obj/machinery/computer/rdservercontrol
name = "R&D Server Controller"
name = "R&D server controller"
icon_screen = "rdcomp"
light_color = "#a97faa"
@@ -319,13 +319,13 @@
return 1
/obj/machinery/r_n_d/server/advanced/robotics
name = "Robotics R&D Server"
name = "robotics R&D server"
id_with_upload_string = "1;2"
id_with_download_string = "1;2"
server_id = 2
/obj/machinery/r_n_d/server/advanced/core
name = "Core R&D Server"
name = "core R&D server"
id_with_upload_string = "1"
id_with_download_string = "1"
server_id = 1