* Serenity

* travis

* adminspawn

* I greatly appreciate all detailed and informative feedback provided. Per request, the Serenity is currently adminspawn-only; a new PR will be made in two weeks to add it to Robotics and resolve any issues encountered during the testing period.

* Comments out circuit for two-week testing period
This commit is contained in:
mistyLuminescence
2019-06-21 05:12:37 +01:00
committed by Anewbe
parent a23f9e4822
commit b2e47ee215
9 changed files with 406 additions and 4 deletions

View File

@@ -467,7 +467,14 @@ CIRCUITS BELOW
req_tech = list(TECH_DATA = 4, TECH_COMBAT = 2)
build_path = /obj/item/weapon/circuitboard/mecha/gygax/targeting
sort_string = "NAACC"
/* //Uncomment me to allow Serenity construction
/datum/design/circuit/mecha/gygax_medical
name = "'Serenity' medical control"
id = "gygax_medical"
req_tech = list(TECH_DATA = 4, TECH_BIO = 2)
build_path = /obj/item/weapon/circuitboard/mecha/gygax/medical
sort_string = "NAACD"
*/
/datum/design/circuit/mecha/durand_main
name = "'Durand' central control"
id = "durand_main"

View File

@@ -107,7 +107,13 @@
/datum/design/item/mechfab/gygax
category = "Gygax"
/* //uncomment me to make the Serenity produceable in Robotics
/datum/design/item/mechfab/gygax/chassis/serenity
name = "Serenity Chassis"
id = "serenity_chassis"
build_path = /obj/item/mecha_parts/chassis/serenity
materials = list(DEFAULT_WALL_MATERIAL = 18750, "phoron" = 4000)
*/
/datum/design/item/mechfab/gygax/chassis
name = "Gygax Chassis"
id = "gygax_chassis"