summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
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);