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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index b3342f1bbf..39cfa849fc 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1454,7 +1454,7 @@ static bool _give_nemelex_gift(bool forced = false)
2, MISC_DECK_OF_ESCAPE,
0);
- int thing_created = items(1, OBJ_MISCELLANY, gift_type, true, 1, 0, 0,
+ int thing_created = items(true, OBJ_MISCELLANY, gift_type, 1, 0,
GOD_NEMELEX_XOBEH);
move_item_to_grid(&thing_created, you.pos(), true);
@@ -1904,7 +1904,7 @@ bool do_god_gift(bool forced)
}
else
{
- int thing_created = items(1, OBJ_BOOKS, gift, true, 1, 0, 0,
+ int thing_created = items(true, OBJ_BOOKS, gift, 1, 0,
you.religion);
// Replace a Kiku gift by a custom-random book.
if (you_worship(GOD_KIKUBAAQUDGHA))