mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
Port+Changelog (#16291)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user