summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-abil.cc')
-rw-r--r--crawl-ref/source/mon-abil.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-abil.cc b/crawl-ref/source/mon-abil.cc
index 3c93b540a2..5ed1f0435b 100644
--- a/crawl-ref/source/mon-abil.cc
+++ b/crawl-ref/source/mon-abil.cc
@@ -1439,8 +1439,7 @@ void mon_nearby_ability(monsters *monster)
// square they move off of.
void ballisto_on_move(monsters * monster, const coord_def & position)
{
- if (monster->type == MONS_GIANT_SPORE
- && monster->behaviour == BEH_WANDER)
+ if (monster->type == MONS_GIANT_SPORE)
{
// The number field is used as a cooldown timer for this behavior.
if (monster->number <= 0)