Merge pull request #6287 from Wickedtemp/master

Allows Set Transfer Amounts of 250 and 500 for Reagent Cartridges
This commit is contained in:
Atermonera
2019-07-11 22:49:56 -08:00
committed by VirgoBot
parent ae65d77115
commit 257e3dd9fc

View File

@@ -8,7 +8,7 @@
volume = CARTRIDGE_VOLUME_LARGE
amount_per_transfer_from_this = 50
// Large, but inaccurate. Use a chem dispenser or beaker for accuracy.
possible_transfer_amounts = list(50, 100)
possible_transfer_amounts = list(50, 100, 250, 500)
unacidable = 1
var/spawn_reagent = null