summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-07-13 04:02:50 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-07-13 04:02:50 +0200
commit13ea16426ee80a3cb8a244f48ead75f399ced366 (patch)
treedcdb962bb3629d2c0d01b00b3673ec34b2c7f0a7 /crawl-ref/source/mutation.h
parentf66529f1eef4786e9d073f71608392b7329c5683 (diff)
downloadcrawl-ref-13ea16426ee80a3cb8a244f48ead75f399ced366.tar.gz
crawl-ref-13ea16426ee80a3cb8a244f48ead75f399ced366.zip
Re-add the message for [un]beneficial mutation for undead.
The message order isn't fully fixed, although it was jarring only in the undead case. ontoclasm's message is back: might be not that fitting, but the reference is worth it.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 3324ad18a9..a971b3d196 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -66,6 +66,7 @@ void init_mut_index();
bool is_valid_mutation(mutation_type mut);
bool is_body_facet(mutation_type mut);
const mutation_def& get_mutation_def(mutation_type mut);
+bool undead_mutation_rot(bool is_beneficial_mutation);
bool mutate(mutation_type which_mutation, const string &reason,
bool failMsg = true,