summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-04 14:28:00 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-04 15:27:12 +0200
commit8853420b21448eda2235ae8f0b10e9f629013caa (patch)
tree801aeb67d74f0e4b8efc70dfb61f399a24e90b13 /crawl-ref/source/mutation.h
parent56bc8b5a0496afbf58f32a44307ea19d9b50cb47 (diff)
downloadcrawl-ref-8853420b21448eda2235ae8f0b10e9f629013caa.tar.gz
crawl-ref-8853420b21448eda2235ae8f0b10e9f629013caa.zip
Adjust saves from before the food reform.
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 30f4861d58..46dd0b84c1 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -84,6 +84,7 @@ std::string mutation_name(mutation_type which_mutat, int level = -1,
bool colour = false);
void roll_demonspawn_mutations();
+void adjust_racial_mutation(mutation_type mut, int diff);
bool perma_mutate(mutation_type which_mut, int how_much);
int how_mutated(bool all = false, bool levels = false);