Oscar volume changes

This commit is contained in:
ChrisAdderley
2019-01-30 10:55:28 -08:00
parent 5ac26fa5ea
commit 19a0cafb85
4 changed files with 25 additions and 24 deletions

View File

@ -2,17 +2,17 @@
@PART[miniFuelTank]:AFTER[ReStock]
{
@mass = 0.0075
@cost = 12
@mass = 0.01125
@cost = 18
@RESOURCE[LiquidFuel]
{
@amount = 5.4
@maxAmount = 5.4
@amount = 8.1
@maxAmount = 8.1
}
@RESOURCE[Oxidizer]
{
@amount = 6.6
@maxAmount = 6.6
@amount = 9.9
@maxAmount = 9.9
}
}