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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index a81881d47f..69756f7f4b 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -1465,8 +1465,8 @@ void cast_swiftness(int power)
// dur_incr = random2(power) + random2(power) + 20;
dur_incr = 20 + random2( power );
- // [dshaligram] Removed the on-your-feet bit. Sounds odd when you're
- // levitating, for instance.
+ // [dshaligram] Removed the on-your-feet bit. Sounds odd when
+ // you're levitating, for instance.
mpr("You feel quick.");
if (dur_incr + you.duration[DUR_SWIFTNESS] > 100)