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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 67d4a821ea..a949d74a73 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -5832,6 +5832,7 @@ void offer_items()
// Take a note of the donation.
take_note(Note(NOTE_DONATE_MONEY, you.gold));
+ you.attribute[ATTR_DONATIONS] += you.gold;
you.gold = 0;
you.redraw_gold = true;