summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-17 20:36:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-17 20:36:26 +0000
commitf05c7abfccbcacc0cdaff715e42511a915b712bb (patch)
tree8c532cee4b5cc0e57d1019869c8a0d0fcd1618b0 /crawl-ref/source/describe.cc
parent175a84aa52f8c90e2b946b92fd17b4b367b6c254 (diff)
downloadcrawl-ref-f05c7abfccbcacc0cdaff715e42511a915b712bb.tar.gz
crawl-ref-f05c7abfccbcacc0cdaff715e42511a915b712bb.zip
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
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;
}