Port+Changelog (#16291)

This commit is contained in:
Fluffy
2023-05-28 22:45:02 +02:00
committed by GitHub
parent a38f3d76ef
commit a965645d51
8 changed files with 397 additions and 8 deletions
@@ -1,5 +1,5 @@
#ifndef T_BOARD
#error T_BOARD macro is not defined but we need it!
#error T_BOARD macro is not defined but we need it!
#endif
//Stuff that doesn't fit into any category goes here
@@ -167,7 +167,7 @@
desc = "The circuitboard for a holopad."
build_path = /obj/machinery/hologram/holopad
origin_tech = list(TECH_MAGNET = 3, TECH_ENGINEERING = 2)
board_type = "machine"
board_type = "machine"
req_components = list(
"/obj/item/stock_parts/capacitor" = 2,
"/obj/item/stock_parts/scanning_module" = 1)
@@ -193,4 +193,13 @@
"/obj/item/reagent_containers/syringe" = 1,
"/obj/item/stock_parts/matter_bin" = 1,
"/obj/item/stock_parts/manipulator" = 1,
"/obj/item/stock_parts/scanning_module" = 1)
"/obj/item/stock_parts/scanning_module" = 1)
/obj/item/circuitboard/oxyregenerator
name = "circuit board (oxygen regenerator)"
build_path = /obj/machinery/atmospherics/binary/oxyregenerator
board_type = "machine"
origin_tech = list(TECH_MAGNET = 2, TECH_ENGINEERING = 2)
req_components = list(
"/obj/item/stock_parts/micro_laser" = 1,
"/obj/item/stock_parts/manipulator" = 1,
"/obj/item/stock_parts/matter_bin" = 1)