mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
add service and smith boards to tech storage (#29083)
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
/obj/item/circuitboard/cooking/deep_fryer
|
||||
board_name = "Deep Fryer"
|
||||
build_path = /obj/machinery/cooking/deepfryer
|
||||
icon_state = "service"
|
||||
board_type = "machine"
|
||||
origin_tech = list(TECH_BIO = 1)
|
||||
req_components = list(
|
||||
|
||||
@@ -195,6 +195,7 @@
|
||||
board_name = "Charcoal Grill"
|
||||
build_path = /obj/machinery/cooking/grill
|
||||
board_type = "machine"
|
||||
icon_state = "service"
|
||||
origin_tech = list(TECH_BIO = 1)
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/micro_laser = 2,
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
board_name = "Ice Cream Mixer"
|
||||
build_path = /obj/machinery/cooking/ice_cream_mixer
|
||||
board_type = "machine"
|
||||
icon_state = "service"
|
||||
origin_tech = list(TECH_BIO = 1)
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/micro_laser = 2,
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
board_name = "Convection Oven"
|
||||
build_path = /obj/machinery/cooking/oven
|
||||
board_type = "machine"
|
||||
icon_state = "service"
|
||||
origin_tech = list(TECH_BIO = 1)
|
||||
req_components = list(
|
||||
/obj/item/stack/cable_coil = 5,
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
board_name = "Stovetop"
|
||||
build_path = /obj/machinery/cooking/stovetop
|
||||
board_type = "machine"
|
||||
icon_state = "service"
|
||||
origin_tech = list(TECH_BIO = 1)
|
||||
req_components = list(
|
||||
/obj/item/stock_parts/micro_laser = 2,
|
||||
|
||||
Reference in New Issue
Block a user