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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 771db44c6a..f7f2b27d93 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -22,7 +22,8 @@
* called from: acr - decks - effects - fight - food - it_use2 - items -
* mutation - religion - spell - spells
* *********************************************************************** */
-bool mutate(int which_mutation, bool failMsg = true);
+bool mutate(int which_mutation, bool failMsg = true,
+ bool force_mutation = false, bool demonspawn = false);
// last updated 12may2000 {dlb}
@@ -51,12 +52,6 @@ const char *mutation_name( int which_mutat, int level = -1 );
// last updated 12may2000 {dlb}
/* ***********************************************************************
- * called from: religion
- * *********************************************************************** */
-bool give_good_mutation( bool failMsg = true );
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
* called from: items - religion
* *********************************************************************** */
bool give_cosmetic_mutation( void );