mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
Merge pull request #6287 from Wickedtemp/master
Allows Set Transfer Amounts of 250 and 500 for Reagent Cartridges
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
volume = CARTRIDGE_VOLUME_LARGE
|
volume = CARTRIDGE_VOLUME_LARGE
|
||||||
amount_per_transfer_from_this = 50
|
amount_per_transfer_from_this = 50
|
||||||
// Large, but inaccurate. Use a chem dispenser or beaker for accuracy.
|
// 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
|
unacidable = 1
|
||||||
|
|
||||||
var/spawn_reagent = null
|
var/spawn_reagent = null
|
||||||
|
|||||||
Reference in New Issue
Block a user