summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:31:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-15 17:31:28 +0000
commiteafc3434eca5fae43479daf18db934a28fe2f633 (patch)
tree2e0b19e8bec9b0be93bec8921d03064879ecbf02 /crawl-ref/source/spells1.cc
parent98b9bec859b988232dd71f111efa4594aa5ff027 (diff)
downloadcrawl-ref-eafc3434eca5fae43479daf18db934a28fe2f633.tar.gz
crawl-ref-eafc3434eca5fae43479daf18db934a28fe2f633.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5062 c06c8d41-db1a-0410-9941-cceddc491573
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)