Initial configs for new 0.625m parts

This commit is contained in:
ChrisAdderley
2019-01-25 09:48:12 -08:00
parent 1c505b29a9
commit 9b3d479b94
9 changed files with 748 additions and 12 deletions

View File

@ -0,0 +1,17 @@
// Fixes the stock Oscar-B's fuel volume to be consistent with everything (it isn't)
@PART[miniFuelTank]:AFTER[ReStock]
{
@mass =
@RESOURCE[LiquidFuel]
{
@amount =
@maxAmount =
}
@RESOURCE[LiquidFuel]
{
@amount =
@maxAmount =
}
}