summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 09:10:49 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 09:10:49 +0000
commita7e2693b2ed1e9b75a9cfefeaf4f9db4a1e694a6 (patch)
tree33f4ab6c2cfb8d74f626e50a5f5a3922d5de86a9 /crawl-ref/source/spells2.cc
parentcc1f76cb96cfc86d2e587293f40577b4226d31e5 (diff)
downloadcrawl-ref-a7e2693b2ed1e9b75a9cfefeaf4f9db4a1e694a6.tar.gz
crawl-ref-a7e2693b2ed1e9b75a9cfefeaf4f9db4a1e694a6.zip
Dancing weapons fix for trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9033 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 93b42bae76..508a83cb94 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1702,7 +1702,7 @@ bool cast_tukimas_dance(int pow, god_type god,
success = false;
else if (success)
// Copy item now so that mitm[i] is occupied and doesn't get picked
- // by get_item_slot() when giving the dancing weapon it's item
+ // by get_item_slot() when giving the dancing weapon its item
// during create_monster().
mitm[i] = you.inv[wpn];