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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index bc4558ecc7..f4c94c9371 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -770,7 +770,7 @@ static bool blessing_reinforcements(void)
followers[random2(ARRAYSIZE(followers))];
return (create_monster(follower_type, 0, BEH_GOD_GIFT, you.x_pos,
- you.y_pos, you.pet_target, MONS_PROGRAM_BUG, true) != -1);
+ you.y_pos, you.pet_target, MONS_PROGRAM_BUG) != -1);
}
static bool blessing_priesthood(monsters* mon)