Skip to content

Commit

Permalink
Reword suicide prompt (#56139)
Browse files Browse the repository at this point in the history
* Reword suicide prompt
* clarify second prompt
  • Loading branch information
Fris0uman authored Mar 25, 2022
1 parent aeb1bd2 commit 6379956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handle_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2442,8 +2442,8 @@ bool game::do_regular_action( action_id &act, avatar &player_character,
break;

case ACTION_SUICIDE:
if( query_yn( _( "Commit suicide?" ) ) ) {
if( query_yn( _( "REALLY commit suicide?" ) ) ) {
if( query_yn( _( "Abandon this character?" ) ) ) {
if( query_yn( _( "This will kill your character. Continue?" ) ) ) {
player_character.moves = 0;
player_character.place_corpse();
uquit = QUIT_SUICIDE;
Expand Down

0 comments on commit 6379956

Please sign in to comment.