summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-19 16:55:42 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-19 17:47:01 +0100
commitb4910ef5406fb13e1727eed3176764142f41da87 (patch)
tree4b3c9b4354500eadfccdbe135f87840454e5431e /crawl-ref/source/ability.cc
parent771e696919595968b7fc8360295ab21219ab86d7 (diff)
downloadcrawl-ref-b4910ef5406fb13e1727eed3176764142f41da87.tar.gz
crawl-ref-b4910ef5406fb13e1727eed3176764142f41da87.zip
Slightly reduce Deal Four's piety cost
Diffstat (limited to 'crawl-ref/source/ability.cc')
-rw-r--r--crawl-ref/source/ability.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ability.cc b/crawl-ref/source/ability.cc
index 4a5fe8e53c..4c016eaaac 100644
--- a/crawl-ref/source/ability.cc
+++ b/crawl-ref/source/ability.cc
@@ -369,7 +369,7 @@ static const ability_def Ability_List[] =
{ ABIL_NEMELEX_DRAW_ONE, "Draw One", 2, 0, 0, 0, 0, ABFLAG_NONE},
{ ABIL_NEMELEX_PEEK_TWO, "Peek at Two", 3, 0, 0, 1, 0, ABFLAG_INSTANT},
{ ABIL_NEMELEX_TRIPLE_DRAW, "Triple Draw", 2, 0, 100, 2, 0, ABFLAG_NONE},
- { ABIL_NEMELEX_DEAL_FOUR, "Deal Four", 8, 0, 200, 10, 0, ABFLAG_NONE},
+ { ABIL_NEMELEX_DEAL_FOUR, "Deal Four", 8, 0, 200, 8, 0, ABFLAG_NONE},
{ ABIL_NEMELEX_STACK_FIVE, "Stack Five", 5, 0, 250, 10, 0, ABFLAG_NONE},
// Beogh