Unifying tech levels

Unifies tech levels between design and their products.
This commit is contained in:
jack-fractal
2015-04-06 22:07:44 -04:00
parent 1da136bd94
commit a0be969870
44 changed files with 110 additions and 75 deletions
@@ -247,6 +247,8 @@
␍ volume = 50
␍ amount_per_transfer_from_this = 10
␍ flags = OPENCONTAINER | NOREACT
origin_tech = "materials=2"
␍/obj/item/weapon/reagent_containers/glass/beaker/bluespace
␍ name = "bluespace beaker"
@@ -257,6 +259,8 @@
␍ amount_per_transfer_from_this = 10
␍ possible_transfer_amounts = list(5,10,15,25,30,50,100,300)
␍ flags = OPENCONTAINER
origin_tech = "bluespace=2;materials=6"
␍/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone
␍ New()
+2 -1
View File
@@ -64,4 +64,5 @@
name = "rapid syringe gun"
desc = "A modification of the syringe gun design, using a rotating cylinder to store up to six syringes."
icon_state = "rapidsyringegun"
max_syringes = 6
max_syringes = 6
origin_tech="combat=3;materials=3;engineering=3;biotech=2"