summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 7f44093d9b..f5605b1615 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2547,7 +2547,7 @@ static void _crusade_card(int power, deck_rarity_type rarity)
|| you.religion == GOD_BEOGH
&& mons_species(monster->type) == MONS_ORC
&& !monster->is_summoned()
- && !mons_is_shapeshifter(monster))
+ && !monster->is_shapeshifter())
{
// Prevent assertion if the monster was
// previously worshipping a different god,