summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 17:25:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 17:25:24 +0000
commitf436d87e5f3c0a05c9ba6f44afcfc871c6beff4a (patch)
tree37efbc76652deeaf6a1bb19fca69e4b58eaad198 /crawl-ref
parent4d241fb1496d98030ccaaa2944b42d6644297087 (diff)
downloadcrawl-ref-f436d87e5f3c0a05c9ba6f44afcfc871c6beff4a.tar.gz
crawl-ref-f436d87e5f3c0a05c9ba6f44afcfc871c6beff4a.zip
Apply trunk r10327 to 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10328 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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);
}