summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index f5c8d62edc..d12e781346 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2801,8 +2801,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
listed.push_back("your religious standing (<w>^</w>)");
listed.push_back("the character overview screen (<w>%</w>).");
- text << comma_separated_line(listed.begin(), listed.end(),
- " and ", ", ");
+ text << comma_separated_line(listed.begin(), listed.end());
text << "\nAlternatively, you can dump all information pertaining to "
"your character into a text file with the <w>#</w> command. "