Print church/school bell ringing sound in the message log once again #76146
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.
Summary
Interface "Print church/school bells ringing sound in the message log once again"
Purpose of change
#27227 and #32995 restricted some sounds from printing their descriptions in the message log. More precisely, only sounds from electronic speech and alarm categories will print their descriptions if they're originating from player position. Descriptions for all other sounds (if they're originating from player position) won't be printed. Church/school bells ringing is implemented as originating from player position, so it doesn't print its description.
Describe the solution
Changed sound type for church/school bells from
music
toalarm
.Describe alternatives you've considered
Change source of source for bells from player position to somewhere else. Don't know what solution is "proper".
Testing
Found church, activated its computer, made the bells ring. Checked that
Bohm… Bohm… Bohm…
sound is printed in message log.Additional context
None.