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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index b49e2c2110..fb28c16378 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -34,7 +34,8 @@ void fixup_mutations();
* *********************************************************************** */
bool mutate(mutation_type which_mutation, bool failMsg = true,
bool force_mutation = false, bool god_gift = false,
- bool stat_gain_potion = false, bool demonspawn = false);
+ bool stat_gain_potion = false, bool demonspawn = false,
+ bool non_fatal = false);
// last updated 12may2000 {dlb}
/* ***********************************************************************
@@ -52,7 +53,7 @@ formatted_string describe_mutations();
* called from: decks - it_use2 - mutation - spells
* *********************************************************************** */
bool delete_mutation(mutation_type which_mutation, bool failMsg = true,
- bool force_mutation = false);
+ bool force_mutation = false, bool non_fatal = false);
// last updated 12may2000 {dlb}
/* ***********************************************************************