summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]);