summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 20:20:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 20:20:14 +0000
commit3fe607f82618cbca9dd0e134952a7cb8e7c5d4ac (patch)
tree808b18a837b04a29ceaef4b6bc4ece72807a55bc /crawl-ref/source/describe.cc
parent8d09ad4bdc5e60125eef821b717760515173a869 (diff)
downloadcrawl-ref-3fe607f82618cbca9dd0e134952a7cb8e7c5d4ac.tar.gz
crawl-ref-3fe607f82618cbca9dd0e134952a7cb8e7c5d4ac.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5712 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 693ff35341..158d8191da 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2585,10 +2585,11 @@ static std::string _religion_help( god_type god )
}
// The various titles granted by the god of your choice.
-// Note that Xom doesn't actually use piety, so it's completely useless.
+// Note that Xom doesn't use piety the same way as the other gods, so
+// it's completely useless.
const char *divine_title[NUM_GODS][8] =
{
- // No god
+ // No god
{"Buglet", "Firebug", "Bogeybug", "Bugger",
"Bugbear", "Bugged One", "Giant Bug", "Lord of the Bugs"},