summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-29 20:04:47 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-29 20:04:47 +0000
commite8dcf648f9179504dd42aacd2bb640dd79ad3806 (patch)
treef748253253ff5b03f8dbd93347c83181607c4b10 /crawl-ref/source/describe.cc
parentce8b57822e05def892bca46e7e724bc6625d73ba (diff)
downloadcrawl-ref-e8dcf648f9179504dd42aacd2bb640dd79ad3806.tar.gz
crawl-ref-e8dcf648f9179504dd42aacd2bb640dd79ad3806.zip
Remove DEBUG setting.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9567 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 0455c808c8..97f0281497 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3185,7 +3185,7 @@ static std::string _religion_help( god_type god )
// The various titles granted by the god of your choice.
// Note that Xom doesn't use piety the same way as the other gods, so
-// it's completely useless.
+// these are just placeholders.
const char *divine_title[NUM_GODS][8] =
{
// No god
@@ -3210,7 +3210,7 @@ const char *divine_title[NUM_GODS][8] =
// Xom
{"Toy", "Toy", "Toy", "Toy",
- "Toy", "Toy", "Toy", "Teddy Bear"},
+ "Toy", "Toy", "Toy", "Toy"},
// Vehumet -- battle mage theme
{"Meek", "Sorcerer's Apprentice", "Scholar of Destruction", "Caster of Ruination",