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.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 78c753a832..43198c02c6 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -261,7 +261,9 @@ int airstrike(int power, dist &beam)
monster->name(DESC_NOCAP_THE).c_str());
behaviour_event(monster, ME_ANNOY, MHITYOU);
- }
+ if (mons_is_mimic( monster->type ))
+ mimic_alert(monster);
+ }
conduct.enabled = true;
@@ -291,7 +293,7 @@ int airstrike(int power, dist &beam)
}
return (success);
-} // end airstrike()
+}
bool cast_bone_shards(int power, bolt &beam)
{
@@ -323,7 +325,7 @@ bool cast_bone_shards(int power, bolt &beam)
}
return (success);
-} // end cast_bone_shards()
+}
void sublimation(int power)
{