Allow stereo system and some other small parts to be installed in aircraft #75360
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added SIMPLE_PART flag to locks, clocks, and stereo system
Summary
Features "Allow some small parts on helicopters"
Purpose of change
Some small("<1kg & <5L) parts were added to the list of parts which can be installed on helicopters.
Describe the solution
Add the "SIMPLE_PART" flag to these parts. It doesn't seem to do anything else.
Describe alternatives you've considered
Testing
added flag to parts jsons, tested flight & installation, seems to work in basic build
Additional context
Helicopters are dangerous and complex vehicles. Installing heavy and bulky vehicle parts on aircraft are prohibited for good reason. However, the list of things that can be installed is too-conservative, especially when it comes to small internal parts which have less of an impact than the cargo people are stuffing into helicopter boxes. The "SIMPLE_PART" flag is too vague and isn't really based on a criteria that i can figure out. Balancing parts installable on aircraft should be revisited.