From e8dcf648f9179504dd42aacd2bb640dd79ad3806 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 29 Mar 2009 20:04:47 +0000 Subject: Remove DEBUG setting. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9567 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/describe.cc') 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", -- cgit v1.2.3-54-g00ecf