fix: replace full-body and balaclava cooling items with suit variant, clarify full-body effect in item description #5767
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.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Optional
Purpose of change
So I belatedly didn't really as deep of a look at #5679 until recently and realized that the item variations are unnecessary, since having a single piece of clothing with the climate control flag will apply the effect to the whole body, not just the parts covered by that item. We can justify only bothering with the torso+arms+legs version providing a full-body effect via it affecting core body temperature, and obsolete the mask and full-body versions instead.
Describe the solution
Describe alternatives you've considered
Flailing at the code to make sources of climate control only affect the bodyparts they cover, which would then require I add thermal cooling gloves and socks to pair with the balaclava, in addition to making sure power armor helmets cool of the head separate from the rest of the armor.
Testing
Additional context