summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index bc8ed70904..f3974c099c 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -265,7 +265,7 @@ int airstrike(int power, dist &beam)
behaviour_event(monster, ME_ANNOY, MHITYOU);
if (mons_is_mimic( monster->type ))
mimic_alert(monster);
- }
+ }
conduct.enabled = true;