mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
(TG Port) Recolors the circuit boards into department-based colors (#20392)
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
|
||||
/obj/item/circuitboard/machine/bluespace_tap
|
||||
board_name = "Bluespace Harvester"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/power/bluespace_tap
|
||||
origin_tech = "engineering=2;combat=2;bluespace=3"
|
||||
req_components = list(
|
||||
|
||||
@@ -239,6 +239,7 @@
|
||||
|
||||
/obj/item/circuitboard/machine/bsa/back
|
||||
board_name = "Bluespace Artillery Generator"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/bsa/back
|
||||
origin_tech = "engineering=2;combat=2;bluespace=2" //No freebies!
|
||||
req_components = list(
|
||||
@@ -247,6 +248,7 @@
|
||||
|
||||
/obj/item/circuitboard/machine/bsa/middle
|
||||
board_name = "Bluespace Artillery Fusor"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/bsa/middle
|
||||
origin_tech = "engineering=2;combat=2;bluespace=2"
|
||||
req_components = list(
|
||||
@@ -255,6 +257,7 @@
|
||||
|
||||
/obj/item/circuitboard/machine/bsa/front
|
||||
board_name = "Bluespace Artillery Bore"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/bsa/front
|
||||
origin_tech = "engineering=2;combat=2;bluespace=2"
|
||||
req_components = list(
|
||||
@@ -263,6 +266,7 @@
|
||||
|
||||
/obj/item/circuitboard/computer/bsa_control
|
||||
board_name = "Bluespace Artillery Controls"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/computer/bsa_control
|
||||
origin_tech = "engineering=2;combat=2;bluespace=2"
|
||||
|
||||
|
||||
@@ -121,6 +121,7 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/m
|
||||
|
||||
/obj/item/circuitboard/machine/dna_vault
|
||||
board_name = "DNA Vault"
|
||||
icon_state = "command"
|
||||
build_path = /obj/machinery/dna_vault
|
||||
origin_tech = "engineering=2;combat=2;bluespace=2" //No freebies!
|
||||
req_components = list(
|
||||
|
||||
Reference in New Issue
Block a user