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
@@ -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)