summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-09-15 23:11:00 -0400
committerNeil Moore <neil@s-z.org>2013-09-15 23:11:00 -0400
commita7cf4aec0e3bf7abc4a6258c0a402996c489180b (patch)
tree865fb7d47c2db254b8b5fe0346b0ef744fbf3f57 /crawl-ref/source/spl-selfench.cc
parentac325eca50fc3f9aa3b2ef9f9197f91aab942b88 (diff)
downloadcrawl-ref-a7cf4aec0e3bf7abc4a6258c0a402996c489180b.tar.gz
crawl-ref-a7cf4aec0e3bf7abc4a6258c0a402996c489180b.zip
Grammatify.
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index 6687550909..963b24e533 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -214,7 +214,7 @@ spret_type cast_swiftness(int power, bool fail)
// you're flying, for instance.
you.increase_duration(DUR_SWIFTNESS, 20 + random2(power), 100,
you.in_liquid()
- ? "You feel like you could be more quick."
+ ? "You feel like you could be quicker."
: "You feel quick.");
did_god_conduct(DID_HASTY, 8, true);