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.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",