summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 41bed1e0ff..d0a92a6b20 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -266,7 +266,8 @@ int main( int argc, char *argv[] )
// Override some options for tutorial.
init_tutorial_options();
- msg::stream << "Welcome, " << you.your_name << " the "
+ msg::stream << "Welcome" << (game_start? "" : " back") << ", "
+ << you.your_name << " the "
<< species_name( you.species,you.experience_level )
<< " " << you.class_name << "."
<< std::endl;