summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-13 17:08:46 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-13 17:09:16 -0800
commitcbde1e51fc1475e60e247335f4450f14aeeb379b (patch)
tree358c52751e3256da9ba2c5a4594d5d20f45a5a44 /crawl-ref/source/describe.cc
parentb054a2033c2a66875089a5fc7a0fb9b7852de90b (diff)
downloadcrawl-ref-cbde1e51fc1475e60e247335f4450f14aeeb379b.tar.gz
crawl-ref-cbde1e51fc1475e60e247335f4450f14aeeb379b.zip
Move some monster descrption code to text file
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 "