Skip to content

Commit

Permalink
Merge pull request #76146 from Night-Pryanik/bells
Browse files Browse the repository at this point in the history
Print church/school bell ringing sound in the message log once again
  • Loading branch information
Maleclypse authored Sep 2, 2024
2 parents 9c09701 + 4209cf3 commit 6dc152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/computer_session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ void computer_session::action_toll()
reset_terminal();
} else {
comp.next_attempt = calendar::turn + 1_minutes;
sounds::sound( get_player_character().pos(), 120, sounds::sound_t::music,
sounds::sound( get_player_character().pos(), 120, sounds::sound_t::alarm,
//~ the sound of a church bell ringing
_( "Bohm… Bohm… Bohm…" ), true, "environment", "church_bells" );

Expand Down

0 comments on commit 6dc152c

Please sign in to comment.