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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 0b3b138683..263a41dd4a 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2657,6 +2657,7 @@ static void _crusade_card(int power, deck_rarity_type rarity)
&& !mons_is_summoned(monster)
&& !mons_is_shapeshifter(monster))
{
+ monster->god = GOD_NO_GOD;
mons_make_god_gift(monster, is_good_god(you.religion) ?
GOD_SHINING_ONE : GOD_BEOGH);
}