summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-12 13:22:26 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-12 13:25:20 -0600
commit11800bfe59ca3f514c6cfdb14438a31775d381a0 (patch)
treee47d1f465d796e7b4d01b03d7f0be81f4dd12e03 /crawl-ref/source/spl-selfench.cc
parent17e120260dcd3854607450b8e6c943929fc4e9a7 (diff)
downloadcrawl-ref-11800bfe59ca3f514c6cfdb14438a31775d381a0.tar.gz
crawl-ref-11800bfe59ca3f514c6cfdb14438a31775d381a0.zip
Reword Infusion's messaging.
The wording has always struck me as a bit awkward; this makes it sound more active and threatening (which it is).
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index 40e71d7ca6..a322baf449 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -324,9 +324,9 @@ spret_type cast_infusion(int pow, bool fail)
{
fail_check();
if (!you.duration[DUR_INFUSION])
- mpr("Your attacks are magically infused.");
+ mpr("You begin infusing your attacks with magical energy.");
else
- mpr("Your attacks are magically infused for longer.");
+ mpr("You extend your infusion's duration.");
you.increase_duration(DUR_INFUSION, 8 + roll_dice(2, pow), 100);
you.props["infusion_power"] = pow;