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.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index ff63ac62c3..698f2e7e3d 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1149,11 +1149,7 @@ bool recall(char type_recalled)
}
else if (type_recalled == 2) // Beogh
{
- if (mons_species(monster->type) != MONS_ORC)
- continue;
-
- // does not include charmed orcs
- if (monster->attitude != ATT_FRIENDLY)
+ if (!is_orcish_follower(monster))
continue;
}