summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index f29e38152e..74158c88b8 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1374,8 +1374,7 @@ void mons_make_god_gift(monsters *mon, god_type god)
if (god == GOD_NO_GOD)
god = acting_god;
- ASSERT(acting_god == GOD_NO_GOD || god == acting_god);
- ASSERT(mon->god == GOD_NO_GOD || mon->god == god);
+ ASSERT(!(mon->flags & MF_GOD_GIFT));
mon->god = god;