From a39f9edf6039675b48c917123fcce7baf9426ed9 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 27 Oct 2007 10:51:39 +0000 Subject: Dropped cost of Okawaru Haste. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2621 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 3 ++- 1 file changed, 2 insertions(+), 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 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 }, -- cgit v1.2.3-54-g00ecf