summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 20:10:58 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-29 20:10:58 -0500
commit33606730c0524490181d3c9d63ee947e9179e511 (patch)
treee85f44f0342653c34b53b6babe683ba645b8782e /crawl-ref/source/spells2.cc
parentefa07aeb2debf3c8be1e9168eca69426d49f1c97 (diff)
downloadcrawl-ref-33606730c0524490181d3c9d63ee947e9179e511.tar.gz
crawl-ref-33606730c0524490181d3c9d63ee947e9179e511.zip
Add minor cosmetic fix.
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 09ccfee26b..ea96dd9595 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1670,8 +1670,8 @@ bool cast_tukimas_dance(int pow, god_type god, bool force_hostile)
menv[monster].colour = mitm[i].colour;
burden_change();
- if ((why = god_hates_item_handling(you.inv[wpn]))
- || (why = good_god_hates_item_handling(you.inv[wpn])))
+ if ((why = good_god_hates_item_handling(you.inv[wpn]))
+ || (why = god_hates_item_handling(you.inv[wpn])))
{
simple_god_message(" booms: How dare you animate that foul thing!");
did_god_conduct(why, 10, true, &menv[monster]);