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>2008-06-10 20:04:59 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-10 20:04:59 +0000
commitc8836936f337b7141231d72e3e5f86b346e1f989 (patch)
tree98a8135d0961ade07e3de5d7c9303cec00450e3f /crawl-ref/source/describe.cc
parent599b58264de57f9ecab271c1712e171c234447eb (diff)
downloadcrawl-ref-c8836936f337b7141231d72e3e5f86b346e1f989.tar.gz
crawl-ref-c8836936f337b7141231d72e3e5f86b346e1f989.zip
Tweak religious titles a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5710 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index e658f10b97..8380685653 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2612,39 +2612,39 @@ const char *divine_title[NUM_GODS][8] =
{"Toy", "Toy", "Toy", "Toy",
"Toy", "Toy", "Toy", "Teddy Bear"},
- // Vehumet
+ // Vehumet -- battle mage theme
{"Meek", "Sorceror's Apprentice", "Scholar of Destruction", "Caster of Ruination",
"Battle Magician", "Warlock", "Annihilator", "Luminary of Lethal Lore"},
- // Okawaru
+ // Okawaru -- battle theme
{"Coward", "Struggler", "Combattant", "Warrior",
"Knight", "Warmonger", "Commander", "Victor of a Thousand Battles"},
- // Makhleb
- {"Sinner", "Spawn of Chaos", "Disciple of Annihilation", "Fanfare of Bloodshed",
- "Fiendish", "Demolition %s", "Demon Caller", "Champion of Chaos"},
+ // Makhleb -- chaos theme
+ {"Orderly", "Spawn of Chaos", "Disciple of Annihilation", "Fanfare of Bloodshed",
+ "Fiendish", "Demolition %s", "Pandemonic", "Champion of Chaos"},
- // Sif Muna
+ // Sif Muna -- scholarly theme
{"Ignorant", "Disciple", "Student", "Adept",
"Scribe", "Scholar", "Sage", "Genius of the Arcane"},
- // Trog
+ // Trog -- anger theme
{"Faithless", "Troglodyte", "Angry Troglodyte", "Frenzied",
"%s of Prey", "Rampant", "Wild %s", "Bane of Scribes"},
// Nemelex Xobeh -- alluding to Tarot and cards
{"Unlucky %s", "The Pannier", "The Charlatan", "The Dreamer",
- "The Fortune-Teller", "The Soothsayer", "The Magus", "%s in Luck"},
+ "The Fortune-Teller", "The Soothsayer", "The Magus", "Hand of Fortune"},
// Elyvilon
{"Sinner", "Comforter", "Caregiver", "Practitioner",
"Pacifier", "Purifying %s", "Faith Healer", "Bringer of Life"},
- // Lugonu
+ // Lugonu -- distortion theme
{"Faithless", "Abyss-Baptised", "Unweaver", "Distorting %s",
"Agent of Entropy", "Schismatic", "Envoy of Void", "Corrupter of Planes"},
- // Beogh
+ // Beogh -- messiah theme
{"Apostate", "Messenger", "Proselytizer", "Priest",
"Missionary", "Evangelist", "Apostle", "Messiah"}
};