Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size1p5_Monoprop from SquadExpansion missing type #344

Open
Mitokandria opened this issue Nov 29, 2024 · 0 comments
Open

Size1p5_Monoprop from SquadExpansion missing type #344

Mitokandria opened this issue Nov 29, 2024 · 0 comments

Comments

@Mitokandria
Copy link

Mitokandria commented Nov 29, 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 } }

@Mitokandria Mitokandria changed the title Size1p5_Monoprop from SquadExpansion missing type = RCS Size1p5_Monoprop from SquadExpansion missing type Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant