summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abl-show.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-27 10:51:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-27 10:51:39 +0000
commita39f9edf6039675b48c917123fcce7baf9426ed9 (patch)
treeb47370cb8349a3c06dea2376f8a205e8d0412a7e /crawl-ref/source/abl-show.cc
parent8b4e9684439e4f8177cb872549fdfe13fea2d064 (diff)
downloadcrawl-ref-a39f9edf6039675b48c917123fcce7baf9426ed9.tar.gz
crawl-ref-a39f9edf6039675b48c917123fcce7baf9426ed9.zip
Dropped cost of Okawaru Haste.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2621 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abl-show.cc')
-rw-r--r--crawl-ref/source/abl-show.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 20bb15d915..d720575dd4 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -260,7 +260,8 @@ static const ability_def Ability_List[] =
// Okawaru
{ ABIL_OKAWARU_MIGHT, "Might", 2, 0, 50, 1, ABFLAG_NONE },
- { ABIL_OKAWARU_HASTE, "Haste", 5, 0, 100, 5, ABFLAG_NONE },
+ { ABIL_OKAWARU_HASTE, "Haste",
+ 5, 0, 100, generic_cost::fixed(5), ABFLAG_NONE },
// Makhleb
{ ABIL_MAKHLEB_MINOR_DESTRUCTION, "Minor Destruction", 1, 0, 20, 0, ABFLAG_NONE },