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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index ac21088392..9fc5de9beb 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2837,6 +2837,7 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf,
inf.body << "$" << _describe_draconian( &mons );
break;
}
+
case MONS_PLAYER_GHOST:
inf.body << "The apparition of " << get_ghost_description(mons) << ".$";
break;
@@ -2856,6 +2857,7 @@ void get_monster_db_desc(const monsters& mons, describe_info &inf,
"monsters who masquerade as program bugs or run around the "
"dungeon without a proper description to the authorities.$";
break;
+
default:
break;
}