summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-02 20:30:19 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:20 -0600
commitba5a6485e52823b2a6082f18ee3487e280ad51a2 (patch)
tree4ba350aade6e83ff01f5400b6dba094977b47eaa /crawl-ref/source/godwrath.cc
parentb9ac4c953e9d5fae3bc23dde3f999218d396f804 (diff)
downloadcrawl-ref-ba5a6485e52823b2a6082f18ee3487e280ad51a2.tar.gz
crawl-ref-ba5a6485e52823b2a6082f18ee3487e280ad51a2.zip
Gozag wrath: the Curse of Gozag.
Trying to pick up a consumable while under Gozag penance occasionally turns the consumable to a small amount of gold - more likely with higher value items.
Diffstat (limited to 'crawl-ref/source/godwrath.cc')
-rw-r--r--crawl-ref/source/godwrath.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godwrath.cc b/crawl-ref/source/godwrath.cc
index f5a050abb8..4296db2dde 100644
--- a/crawl-ref/source/godwrath.cc
+++ b/crawl-ref/source/godwrath.cc
@@ -1482,6 +1482,7 @@ bool divine_retribution(god_type god, bool no_bonus, bool force)
case GOD_DITHMENOS: do_more = _dithmenos_retribution(); break;
case GOD_ASHENZARI:
+ case GOD_GOZAG:
// No reduction with time.
return false;