summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-11 13:42:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-11 13:42:41 +0000
commite9eb13898116a2d3b5dbce99d704c7b9d6183d76 (patch)
treebde0a163ca7f4a71efb21dfef74ac2010fc62d17 /crawl-ref/source/mutation.h
parent03b86669c686a0e9977ebba46175390701c4c24e (diff)
downloadcrawl-ref-e9eb13898116a2d3b5dbce99d704c7b9d6183d76.tar.gz
crawl-ref-e9eb13898116a2d3b5dbce99d704c7b9d6183d76.zip
Let god-given mutation effects override the mutation resistance mutation
again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10151 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 8a33c46f8e..6a1e8fcc10 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -44,7 +44,8 @@ bool mutation_is_fully_active(mutation_type mut);
formatted_string describe_mutations();
bool delete_mutation(mutation_type which_mutation, bool failMsg = true,
- bool force_mutation = false, bool non_fatal = false);
+ bool force_mutation = false, bool god_gift = false,
+ bool non_fatal = false);
std::string mutation_name(mutation_type which_mutat, int level = -1,
bool colour = false);