summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 426cba067f..90e518cbed 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2806,11 +2806,6 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf,
}
break;
- case MONS_SWAMP_DRAKE:
- if (player_can_smell())
- inf.body << "$It smells horrible.$";
- break;
-
case MONS_NAGA:
case MONS_NAGA_MAGE:
case MONS_NAGA_WARRIOR:
@@ -2834,11 +2829,6 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf,
inf.body << "$It has come for your soul!$";
break;
- case MONS_ELF:
- // These are only possible from polymorphing or shapeshifting.
- inf.body << "$This one is remarkably plain looking.$";
- break;
-
case MONS_DRACONIAN:
case MONS_RED_DRACONIAN:
case MONS_WHITE_DRACONIAN:
@@ -2868,11 +2858,6 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf,
inf.body << _describe_demon(mons) << "$";
break;
- case MONS_URUG:
- if (player_can_smell())
- inf.body << "$He smells terrible.$";
- break;
-
case MONS_PROGRAM_BUG:
inf.body << "If this monster is a \"program bug\", then it's "
"recommended that you save your game and reload. Please report "