From c0baf5ac213911f1c407b1cbb5b1c41c69375522 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 3 Jun 2009 08:43:56 +0000 Subject: * 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 --- crawl-ref/source/tutorial.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') 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 " "chop up"; -- cgit v1.2.3-54-g00ecf