Merge pull request #326 from Artorp/AutolatheQueue

Added queue functionality to the autolathe
This commit is contained in:
Mark van Alphen
2015-02-18 16:16:05 +01:00
7 changed files with 222 additions and 101 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
desc = "Used to remotely activate devices."
icon_state = "signaller"
item_state = "signaler"
m_amt = 1000
g_amt = 200
m_amt = 400
g_amt = 120
origin_tech = "magnets=1"
wires = WIRE_RECEIVE | WIRE_PULSE | WIRE_RADIO_PULSE | WIRE_RADIO_RECEIVE
@@ -226,7 +226,7 @@
␍ name = "large beaker"
␍ desc = "A large beaker. Can hold up to 100 units."
␍ icon_state = "beakerlarge"
␍ g_amt = 5000
␍ g_amt = 2500
␍ volume = 100
␍ amount_per_transfer_from_this = 10
␍ possible_transfer_amounts = list(5,10,15,25,30,50,100)
@@ -230,7 +230,7 @@
name = "Metal"
id = "metal"
build_type = AUTOLATHE
materials = list("$metal" = MINERAL_MATERIAL_AMOUNT)
materials = list("$metal" = 3750)
build_path = /obj/item/stack/sheet/metal
category = list("initial","Construction")
@@ -254,7 +254,7 @@
name = "Reinforced Glass"
id = "rglass"
build_type = AUTOLATHE
materials = list("$metal" = 1000, "$glass" = MINERAL_MATERIAL_AMOUNT)
materials = list("$metal" = 1875, "$glass" = MINERAL_MATERIAL_AMOUNT)
build_path = /obj/item/stack/sheet/rglass
category = list("initial","Construction")
@@ -262,7 +262,7 @@
name = "Metal Rod"
id = "rods"
build_type = AUTOLATHE
materials = list("$metal" = 1000)
materials = list("$metal" = 1875)
build_path = /obj/item/stack/rods
category = list("initial","Construction")