summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-09-09 00:49:07 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-09-09 00:49:07 +0200
commitc13fa1dade813fddc02c92a472f27e06691661c3 (patch)
tree3abf367c36ad1a53b11fe3428ba53b7e130a420a /crawl-ref/source/mutation.h
parent60d75a9666335b4b26b690d301f68f317ea890b3 (diff)
downloadcrawl-ref-c13fa1dade813fddc02c92a472f27e06691661c3.tar.gz
crawl-ref-c13fa1dade813fddc02c92a472f27e06691661c3.zip
s/mutation_name()/mutation_desc()/
It returns a whole-sentence description.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index a971b3d196..b83c291573 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -86,7 +86,7 @@ bool delete_mutation(mutation_type which_mutation, const string &reason,
bool delete_all_mutations(const string &reason);
-string mutation_name(mutation_type which_mutat, int level = -1,
+string mutation_desc(mutation_type which_mutat, int level = -1,
bool colour = false);
void roll_demonspawn_mutations();