You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SquadExpansion_ModularFuelTanks.cfg lists tank 'Size1p5_Monoprop' as type = Default . This looks like an oversight since all other Monoprop tanks have type = RCS or ServiceModule
@PART[Size1p5_Monoprop]:FOR[RealFuels] { MODULE { name = ModuleFuelTanks volume = 2500 type = Default } }
Change to
@PART[Size1p5_Monoprop]:FOR[RealFuels] { MODULE { name = ModuleFuelTanks volume = 2500 type = RCS } }
The text was updated successfully, but these errors were encountered:
Mitokandria
changed the title
Size1p5_Monoprop from SquadExpansion missing type = RCS
Size1p5_Monoprop from SquadExpansion missing type
Nov 30, 2024
SquadExpansion_ModularFuelTanks.cfg lists tank 'Size1p5_Monoprop' as type = Default . This looks like an oversight since all other Monoprop tanks have type = RCS or ServiceModule
@PART[Size1p5_Monoprop]:FOR[RealFuels] { MODULE { name = ModuleFuelTanks volume = 2500 type = Default } }
Change to
@PART[Size1p5_Monoprop]:FOR[RealFuels] { MODULE { name = ModuleFuelTanks volume = 2500 type = RCS } }
The text was updated successfully, but these errors were encountered: