summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2009-11-15 16:43:50 -0500
committerAdam Borowski <kilobyte@angband.pl>2009-11-16 00:15:51 +0100
commite99302324e74bd0a6dc88c08842c03e2807e1318 (patch)
treec7528e685601d090c82929e0b03217ddb3f8cf2b /crawl-ref/source/describe.cc
parentf364926f2791764bf570872f8e4effae33f707d5 (diff)
downloadcrawl-ref-e99302324e74bd0a6dc88c08842c03e2807e1318.tar.gz
crawl-ref-e99302324e74bd0a6dc88c08842c03e2807e1318.zip
Chei Fluff: * Ruininous Time -> Slouch * Better player titles Mechanics: * Ponderous items stack * The ponderous brand can be placed on all armour.
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 e87434318a..6ea2a9edbc 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -3333,8 +3333,8 @@ const char *divine_title[NUM_GODS][8] =
"Nimbus", "Sporadic Warrior", "Green Death", "Force of Nature"},
// Cheibriados -- slow theme
- {"Hurried", "Slacker", "Procrastinator", "Laid-Back",
- "Ticktocktomancer", "Time Lord", "The End All And Be All", "Alpha Omega"}
+ {"Unwound %s", "Timekeeper", "Righteous Timekeeper", "Chronographer",
+ "Splendid Chronogrpaher", "Chronicler", "Eternal Chronicler", "Ticktocktomancer"}
};
static int _piety_level()