summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-17 22:28:10 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-04-30 22:34:26 +0100
commitf2808973ab0a2f8c903d3cadc4b8c1c371e8b89a (patch)
tree07974809f887c5d9e97801de8ba551fb96bde5ac /crawl-ref/source/hints.cc
parentba8700ebdf8fcfa40f6347509fe3cf2e063f630c (diff)
downloadcrawl-ref-f2808973ab0a2f8c903d3cadc4b8c1c371e8b89a.tar.gz
crawl-ref-f2808973ab0a2f8c903d3cadc4b8c1c371e8b89a.zip
Cure all nausea, permanently.
Contaminated chunks provide less nutrition instead.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index cef61d0067..ce8cc892bb 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -1142,7 +1142,6 @@ static bool _tutorial_interesting(hints_event_type event)
case HINT_TARGET_NO_FOE:
case HINT_YOU_POISON:
case HINT_YOU_SICK:
- case HINT_CONTAMINATED_CHUNK:
case HINT_NEW_ABILITY_ITEM:
case HINT_ITEM_RESISTANCES:
case HINT_FLYING:
@@ -1949,14 +1948,6 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
cmd.push_back(CMD_DISPLAY_COMMANDS);
break;
- case HINT_CONTAMINATED_CHUNK:
- text << "Chunks that are described as <brown>contaminated</brown> will "
- "occasionally make you nauseated when eaten. However, since food is "
- "scarce in the dungeon, you'll often have to risk it.\n"
- "While nauseated, you can't stomach anything, and your attributes "
- "may occasionally decrease. Just go around, hunt for better food.";
- break;
-
case HINT_YOU_SICK:
if (crawl_state.game_is_hints())
{