better yet, let both apc module and disposal circuit be creatable in autolathe

This commit is contained in:
Tastyfish
2011-12-28 06:12:21 -05:00
parent 83ce12e7c3
commit 6e95fc4f1d
4 changed files with 6 additions and 9 deletions
+2
View File
@@ -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"
+2
View File
@@ -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
-9
View File
@@ -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."