summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-06-11 23:49:23 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-06-12 00:18:58 +0200
commit2033efb49cac88d5f7d1a0a94651bc4130b89c3d (patch)
treef4f1775c3fd567da2c90c3e17c4cb80485a56abb /crawl-ref/source/mutation.h
parent8d595aab955c10796a119f22f4e32ae1127c25a4 (diff)
downloadcrawl-ref-2033efb49cac88d5f7d1a0a94651bc4130b89c3d.tar.gz
crawl-ref-2033efb49cac88d5f7d1a0a94651bc4130b89c3d.zip
Don't treat species HP modifier as a frail/robust mutation.
This partially reverts commit d435634b5563e69b0c64a9c3b44060b4271a5d05. HP modifier isn't shown in the A screen anymore and it isn't treated like a mutation. It also fixes the fact that frail were nastier for already frail races.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 668ff6242c..740aaec15b 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -76,8 +76,7 @@ formatted_string describe_mutations();
bool delete_mutation(mutation_type which_mutation, bool failMsg = true,
bool force_mutation = false, bool god_gift = false,
- bool disallow_mismatch = false,
- bool ignore_innate = false);
+ bool disallow_mismatch = false);
bool delete_all_mutations();