summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-act.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-05 06:32:45 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-07 19:27:30 +0100
commit404cd436811b4a173e0509b9d0cf838cd09fb9eb (patch)
treec0d40a41109a26702bfe78e176e6205477f7360d /crawl-ref/source/player-act.cc
parent4c823bc987d543ec733f1a0ad4a6c450070072fa (diff)
downloadcrawl-ref-404cd436811b4a173e0509b9d0cf838cd09fb9eb.tar.gz
crawl-ref-404cd436811b4a173e0509b9d0cf838cd09fb9eb.zip
Adjust a message for cancelling Finesse
Diffstat (limited to 'crawl-ref/source/player-act.cc')
-rw-r--r--crawl-ref/source/player-act.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player-act.cc b/crawl-ref/source/player-act.cc
index de6a73310a..c9015c958d 100644
--- a/crawl-ref/source/player-act.cc
+++ b/crawl-ref/source/player-act.cc
@@ -789,7 +789,7 @@ bool player::go_berserk(bool intentional, bool potion)
if (you.duration[DUR_FINESSE] > 0)
{
you.duration[DUR_FINESSE] = 0; // Totally incompatible.
- mpr("Finesse? Hah! Time to rip out guts!");
+ mpr("Your finesse ends abruptly.");
}
if (!_chei_prevents_berserk_haste(intentional))