From f05c7abfccbcacc0cdaff715e42511a915b712bb Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 17 Sep 2009 20:36:26 +0000 Subject: Add still more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10697 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/describe.cc') 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; } -- cgit v1.2.3-54-g00ecf