summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-28 10:12:48 +0100
committerNeil Moore <neil@s-z.org>2013-11-28 11:16:43 -0500
commit4e1645e8c236a2d5ab4408384e0911726cd2e026 (patch)
treed05a840f8477fd37451efde0a60c570a36d09fef /crawl-ref/source/tutorial.cc
parent4f4079f8b06625a2b789c739a82de65dbcb7c375 (diff)
downloadcrawl-ref-4e1645e8c236a2d5ab4408384e0911726cd2e026.tar.gz
crawl-ref-4e1645e8c236a2d5ab4408384e0911726cd2e026.zip
Can "You die..." message
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 655d4c05be..1de972c945 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -13,6 +13,7 @@
#include "player.h"
#include "skills.h"
#include "state.h"
+#include "stuff.h"
void set_tutorial_hunger(int hunger)
{
@@ -65,7 +66,7 @@ void tutorial_init_hint(const char* hintstr)
void tutorial_death_message()
{
- mpr_nojoin("You die...");
+ canned_msg(MSG_YOU_DIE);
mpr_nojoin("In Crawl, death is a sad but common occurrence. "
"Note that there's usually something you could have done to "
"survive, for example by using some kind of item, running away, "