summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 15:08:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-26 15:08:21 +0000
commita7180f0d5fa06964848bbe676d10a0c32899dce1 (patch)
treef10e799617e023a46032498bfedd3aea938eb578 /crawl-ref/source/mutation.h
parent3436bd49da7371d47a2cf0075c0a2527e405fdb5 (diff)
downloadcrawl-ref-a7180f0d5fa06964848bbe676d10a0c32899dce1.tar.gz
crawl-ref-a7180f0d5fa06964848bbe676d10a0c32899dce1.zip
Expand mutate() to account for mutations as god gifts, and make Xom use
them, so that he respects the full mutation resistance mutation, as well as the limitations on how much players can be covered in scales, etc. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4666 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index e80fca0aa1..3b39b95996 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -37,7 +37,8 @@ void fixup_mutations();
* mutation - religion - spell - spells
* *********************************************************************** */
bool mutate(mutation_type which_mutation, bool failMsg = true,
- bool force_mutation = false, bool demonspawn = false);
+ bool force_mutation = false, bool god_gift = false,
+ bool demonspawn = false);
// last updated 12may2000 {dlb}
/* ***********************************************************************