summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-06-17 09:56:32 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-06-17 12:29:27 +0200
commit622b11771f7d6468ad01bc7494c82166184c9a1c (patch)
tree09eeb373df1cf74dbbdf4cef4a76767cab8fedd7 /crawl-ref/source/godwrath.h
parent1a425e041e039cb00f6e8fbd4c0fd417977ba4f1 (diff)
downloadcrawl-ref-622b11771f7d6468ad01bc7494c82166184c9a1c.tar.gz
crawl-ref-622b11771f7d6468ad01bc7494c82166184c9a1c.zip
Fix Ashenzari's wrath being permanent.
This partially reverts commit df6069d36c7590f7847f9e1743bfbf50477035f9.
Diffstat (limited to 'crawl-ref/source/godwrath.h')
-rw-r--r--crawl-ref/source/godwrath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godwrath.h b/crawl-ref/source/godwrath.h
index b8fefeebe3..8bb1e43f19 100644
--- a/crawl-ref/source/godwrath.h
+++ b/crawl-ref/source/godwrath.h
@@ -9,4 +9,5 @@
bool divine_retribution(god_type god, bool no_bonus = false, bool force = false);
bool do_god_revenge(conduct_type thing_done);
+void ash_reduce_penance(int amount);
#endif