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.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 62b21fa015..a67b6804da 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -418,8 +418,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:
@@ -2598,12 +2596,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";