mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
18 lines
298 B
INI
18 lines
298 B
INI
// Fixes the stock Oscar-B's fuel volume to be consistent with everything (it isn't)
|
|
|
|
@PART[miniFuelTank]:AFTER[ReStock]
|
|
{
|
|
@mass = 0.01125
|
|
@cost = 18
|
|
@RESOURCE[LiquidFuel]
|
|
{
|
|
@amount = 8.1
|
|
@maxAmount = 8.1
|
|
}
|
|
@RESOURCE[Oxidizer]
|
|
{
|
|
@amount = 9.9
|
|
@maxAmount = 9.9
|
|
}
|
|
}
|