From 32525cca511f64ddc4ef4921f887e64038cdd428 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 28 Apr 2008 15:03:06 +0000 Subject: Allow god gift mutations to override less than 3 levels of the mutation resistance mutation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4745 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mutation.h') diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h index 3b39b95996..09ad80772b 100644 --- a/crawl-ref/source/mutation.h +++ b/crawl-ref/source/mutation.h @@ -56,7 +56,7 @@ formatted_string describe_mutations(); * called from: decks - it_use2 - mutation - spells * *********************************************************************** */ bool delete_mutation(mutation_type which_mutation, - bool force_mutation = false); + bool force_mutation = false, bool god_gift = false); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf