mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
desc = "The circuit board for an Industrial Suit Storage Unit."
|
||||
id = "issu"
|
||||
req_tech = list("engineering" = 5, "materials" = 4)
|
||||
build_type = IMPRINTER
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
build_path = /obj/item/circuitboard/suit_storage_unit/industrial
|
||||
category = list("Engineering Machinery")
|
||||
|
||||
@@ -382,7 +382,6 @@
|
||||
desc = "A large chemical canister, designed for use with a chemical flamethrower."
|
||||
id = "chemical_canister_extended"
|
||||
req_tech = list("materials" = 5, "plasmatech" = 4)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 10000)
|
||||
reagents_list = list("fuel" = 40)
|
||||
build_path = /obj/item/chemical_canister/extended
|
||||
@@ -393,7 +392,6 @@
|
||||
desc = "A chemical canister designed to accept pyrotechnics."
|
||||
id = "chemical_canister_pyro"
|
||||
req_tech = list("materials" = 4, "plasmatech" = 6)
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MAT_METAL = 7500)
|
||||
reagents_list = list("fuel" = 30)
|
||||
build_path = /obj/item/chemical_canister/pyrotechnics
|
||||
|
||||
Reference in New Issue
Block a user