summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index dccf3a4516..226319fb2b 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1536,7 +1536,7 @@ bool cast_sure_blade(int power)
{
if (!you.duration[DUR_SURE_BLADE])
mpr("You become one with your weapon.");
- else if (you.duration[DUR_SURE_BLADE] < 25)
+ else if (you.duration[DUR_SURE_BLADE] < 25 * BASELINE_DELAY)
mpr("Your bond becomes stronger.");
you.increase_duration(DUR_SURE_BLADE, 8 + (random2(power) / 10),