summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-17 13:32:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2009-10-17 13:32:00 +0200
commitdda12bf355ccce8f82c53f40d75444a5b7a546ea (patch)
treeda84bd3af9b6882e7a0190d26840f6eb1b5f8526
parent3c6d609655935d831a3290307b0759a5e19ac198 (diff)
downloadcrawl-ref-dda12bf355ccce8f82c53f40d75444a5b7a546ea.tar.gz
crawl-ref-dda12bf355ccce8f82c53f40d75444a5b7a546ea.zip
Remove food cost from Zin's recite, as it doesn't involve magic or any
other strenuous activity that would justify the nutrition cost. Let's hope this can make recite something more than a painful way to victory-dance Invocations.
-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 3d317f1530..3cfe2dcdf8 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -227,7 +227,7 @@ static const ability_def Ability_List[] =
// INVOCATIONS:
// Zin
{ ABIL_ZIN_SUSTENANCE, "Sustenance", 0, 0, 0, 0, ABFLAG_PIETY },
- { ABIL_ZIN_RECITE, "Recite", 3, 0, 120, 0, ABFLAG_DELAY },
+ { ABIL_ZIN_RECITE, "Recite", 3, 0, 0, 0, ABFLAG_DELAY },
{ ABIL_ZIN_VITALISATION, "Vitalisation", 0, 0, 100, 2, ABFLAG_CONF_OK },
{ ABIL_ZIN_SANCTUARY, "Sanctuary", 7, 0, 150, 15, ABFLAG_NONE },
{ ABIL_ZIN_CURE_ALL_MUTATIONS, "Cure All Mutations",