summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 03:35:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 03:35:47 +0000
commit76045c6d3d8d2fb15acf777d5998ef26aab764fa (patch)
tree9cfe433a26ca922e960eb71a5aaf74f0637239ab /crawl-ref/source/spells2.h
parentd92b5fb96be89a88b46a1061d4aba731bd56cd2b (diff)
downloadcrawl-ref-76045c6d3d8d2fb15acf777d5998ef26aab764fa.tar.gz
crawl-ref-76045c6d3d8d2fb15acf777d5998ef26aab764fa.zip
Add various patches of mine:
[1824221] don't give Yred-worshipping demonspawn the "raise dead" mutation [1829258] remove wrongly hardcoded exp-draining resistance for undead [1829691] typo fixes [1830030] clean up random god servant handling [1829890] fix divine retribution messages, generalize berserker summoning git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2877 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 9fc45ef1b0..57de63e987 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -155,7 +155,7 @@ void summon_animals(int pow);
* *********************************************************************** */
void summon_small_mammals(int pow);
-void summon_berserker();
+bool summon_berserker(int pow, bool god_gift);
// last updated 24may2000 {dlb}
/* ***********************************************************************