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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 143c9555a0..6499232913 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1971,6 +1971,9 @@ bool recall(char type_recalled)
if (!mons_friendly(monster))
continue;
+ if (mons_class_is_stationary(monster->type))
+ continue;
+
if (!monster_habitable_grid(monster, DNGN_FLOOR))
continue;