summaryrefslogtreecommitdiff
path: root/src/q_main.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-03-10 18:41:54 +0100
committerBardur Arantsson <bardur@scientician.net>2016-03-10 19:02:23 +0100
commita343ccf6b05df1d889cb4302a3e9e21c4816c048 (patch)
tree4f587f591a4d285190b1d7d3b0c5b19d770b0904 /src/q_main.cc
parentf6812b19be995ddd26a318391a0f5311e4de11a6 (diff)
Remove player gender, age, height, etc.
Diffstat (limited to 'src/q_main.cc')
-rw-r--r--src/q_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_main.cc b/src/q_main.cc
index ed11b9dc..b81ba9b3 100644
--- a/src/q_main.cc
+++ b/src/q_main.cc
@@ -105,7 +105,7 @@ static bool_ quest_morgoth_dump_hook(void *, void *in_, void *)
if (quest[QUEST_MORGOTH].status >= QUEST_STATUS_COMPLETED)
{
if (quest[QUEST_ONE].status == QUEST_STATUS_FINISHED)
- fprintf(f, "\n You saved Arda and became a famed %s.", sp_ptr->winner);
+ fprintf(f, "\n You saved Arda and became a famed hero.");
else
fprintf(f, "\n You became a new force of darkness and enslaved all free people.");
}