summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.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/abl-show.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/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 739118b602..9f28da6ad2 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -331,7 +331,7 @@ static const ability_def Ability_List[] =
// Cheibriados
{ ABIL_CHEIBRIADOS_PONDEROUSIFY, "Make Ponderous", 2, 0, 0, 0, ABFLAG_NONE },
{ ABIL_CHEIBRIADOS_TIME_BEND, "Bend Time", 3, 0, 50, 1, ABFLAG_NONE },
- { ABIL_CHEIBRIADOS_SLOUCH, "Ruinous Time", 5, 0, 100, 5, ABFLAG_NONE },
+ { ABIL_CHEIBRIADOS_SLOUCH, "Slouch", 5, 0, 100, 5, ABFLAG_NONE },
{ ABIL_CHEIBRIADOS_TIME_STEP, "Step From Time", 10, 0, 200, 10, ABFLAG_NONE },
{ ABIL_HARM_PROTECTION, "Protection From Harm", 0, 0, 0, 0, ABFLAG_NONE },