summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godwrath.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-23 15:45:09 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-23 15:45:46 +0200
commit35228ca01469d5de2b9a4d102cf1fe0125ec8bf8 (patch)
tree089f8cdbdaef2faed1978f719ce387d8a8dce0d9 /crawl-ref/source/godwrath.h
parente434edb199bc2ab58a7889af0bb432d992857b7f (diff)
downloadcrawl-ref-35228ca01469d5de2b9a4d102cf1fe0125ec8bf8.tar.gz
crawl-ref-35228ca01469d5de2b9a4d102cf1fe0125ec8bf8.zip
&W to force god wrath.
Diffstat (limited to 'crawl-ref/source/godwrath.h')
-rw-r--r--crawl-ref/source/godwrath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godwrath.h b/crawl-ref/source/godwrath.h
index 8033f3b487..9d167138d1 100644
--- a/crawl-ref/source/godwrath.h
+++ b/crawl-ref/source/godwrath.h
@@ -7,6 +7,6 @@
#ifndef GODWRATH_H
#define GODWRATH_H
-bool divine_retribution(god_type god, bool no_bonus = false);
+bool divine_retribution(god_type god, bool no_bonus = false, bool force = false);
bool do_god_revenge(conduct_type thing_done);
#endif