Skip to content

Commit

Permalink
Remove another suicide reference
Browse files Browse the repository at this point in the history
Was missed in angband/angband#5792 .
  • Loading branch information
backwardsEric authored and NickMcConnell committed Jul 17, 2024
1 parent f5ae82c commit 5906ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player-quest.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ bool quest_monster_death_check(struct player *p, const struct monster *mon)
p->upkeep->redraw |= (PR_TITLE);
msg("*** CONGRATULATIONS ***");
msg("You have won the game!");
msg("You may retire (commit suicide) when you are ready.");
msg("You may retire (key is shift-q) when you are ready.");
}

return true;
Expand Down

0 comments on commit 5906ac7

Please sign in to comment.