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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 604017808d..ab711c0dae 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2001,13 +2001,12 @@ void describe_monsters(monsters& mons)
symbol_prefix += "_prefix";
description << getLongDescription(symbol_prefix);
-
switch (mons.type)
{
case MONS_ZOMBIE_SMALL: case MONS_ZOMBIE_LARGE:
description << getLongDescription("zombie");
break;
-
+
case MONS_SKELETON_SMALL: case MONS_SKELETON_LARGE:
description << getLongDescription("skeleton");
break;