mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
better yet, let both apc module and disposal circuit be creatable in autolathe
This commit is contained in:
@@ -1215,6 +1215,8 @@
|
||||
name = "power control module"
|
||||
icon_state = "power_mod"
|
||||
desc = "Heavy-duty switching circuits for power control."
|
||||
m_amt = 50
|
||||
g_amt = 50
|
||||
|
||||
/obj/item/weapon/module/id_auth
|
||||
name = "ID authentication module"
|
||||
|
||||
@@ -236,6 +236,8 @@ var/global/list/autolathe_recipes = list( \
|
||||
new /obj/item/clothing/head/helmet/welding(), \
|
||||
new /obj/item/weapon/stock_parts/console_screen(), \
|
||||
new /obj/item/weapon/airlock_electronics(), \
|
||||
new /obj/item/weapon/module/power_control(), \
|
||||
new /obj/item/weapon/circuitboard/disposal(), \
|
||||
new /obj/item/stack/sheet/metal(), \
|
||||
new /obj/item/stack/sheet/glass(), \
|
||||
new /obj/item/stack/sheet/rglass(), \
|
||||
|
||||
@@ -251,3 +251,5 @@ obj/item/weapon/circuitboard/rdserver
|
||||
req_components = list(
|
||||
"/obj/item/weapon/stock_parts/matter_bin" = 1,
|
||||
"/obj/item/weapon/cable_coil" = 1)
|
||||
m_amt = 50
|
||||
g_amt = 50
|
||||
@@ -76,15 +76,6 @@ datum
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/security"
|
||||
|
||||
disposal
|
||||
name = "Circuit Design (Disposal)"
|
||||
desc = "Allows for the construction of circuit boards used to build disposal bins."
|
||||
id = "disposal"
|
||||
req_tech = list("engineering" = 2)
|
||||
build_type = IMPRINTER
|
||||
materials = list("$glass" = 2000, "acid" = 20)
|
||||
build_path = "/obj/item/weapon/circuitboard/disposal"
|
||||
|
||||
aicore
|
||||
name = "Circuit Design (AI Core)"
|
||||
desc = "Allows for the construction of circuit boards used to build new AI cores."
|
||||
|
||||
Reference in New Issue
Block a user