From dda12bf355ccce8f82c53f40d75444a5b7a546ea Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 17 Oct 2009 13:32:00 +0200 Subject: 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. --- crawl-ref/source/abl-show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/abl-show.cc') 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", -- cgit v1.2.3-54-g00ecf