summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-03 08:43:56 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-03 08:43:56 +0000
commitc0baf5ac213911f1c407b1cbb5b1c41c69375522 (patch)
tree073bf7cf2c444d9408ebf6345263aafa288bb628 /crawl-ref/source/tutorial.cc
parentc70705a813e3a43c321f024f952a07291bf28a5c (diff)
downloadcrawl-ref-c0baf5ac213911f1c407b1cbb5b1c41c69375522.tar.gz
crawl-ref-c0baf5ac213911f1c407b1cbb5b1c41c69375522.zip
* Change "Your inventory suddenly weighs less" message to messages which
are more self explanatory. * Remove tutorial event explaining the "Your inventory suddenly weighs less". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9885 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index c58cf6cd91..bacfeec055 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -405,8 +405,6 @@ static std::string _tut_debug_list(int event)
return "were encumbered";
case TUT_ROTTEN_FOOD:
return "carried rotten food";
- case TUT_ROTTEN_GONE:
- return "rotten food rotted away completely";
case TUT_NEED_HEALING:
return "needed healing";
case TUT_NEED_POISON_HEALING:
@@ -2520,12 +2518,6 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
"and rotten chunks or corpses in the stash at once.";
break;
- case TUT_ROTTEN_GONE:
- text << "One of the skeletons or rotten chunks of meat you carried "
- "rotted away completely, or one of the rotten corpses you "
- "carried rotted away into a skeleton.";
- break;
-
case TUT_MAKE_CHUNKS:
text << "How lucky! That monster left a corpse which you can now "
"<w>c</w>hop up";