summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-05-10 16:01:56 +0000
committerRaphael Langella <raphael.langella@gmail.com>2011-05-11 01:09:19 +0200
commitdf6069d36c7590f7847f9e1743bfbf50477035f9 (patch)
treefee7e8d8e6f1e42f12f8d9202ffcdc0108faba94 /crawl-ref/source/godwrath.h
parent45f866c627c4f477d419a2a9df3dfd6a0678c2a5 (diff)
downloadcrawl-ref-df6069d36c7590f7847f9e1743bfbf50477035f9.tar.gz
crawl-ref-df6069d36c7590f7847f9e1743bfbf50477035f9.zip
Remove Ashenzari XP boost.
Diffstat (limited to 'crawl-ref/source/godwrath.h')
-rw-r--r--crawl-ref/source/godwrath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/godwrath.h b/crawl-ref/source/godwrath.h
index 73490f6a9b..b8fefeebe3 100644
--- a/crawl-ref/source/godwrath.h
+++ b/crawl-ref/source/godwrath.h
@@ -9,5 +9,4 @@
bool divine_retribution(god_type god, bool no_bonus = false, bool force = false);
bool do_god_revenge(conduct_type thing_done);
-int ash_reduce_xp(int amount);
#endif