summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-03 11:00:01 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-03 11:00:01 -0400
commit52da494bbcaee71c74bf962e8ed96d8e39535e04 (patch)
tree9c7af654f30f0669e9e936f18aedd9b8217c04d5 /crawl-ref/source/mutation.h
parentf9fe885eddd3610f9c236023d4a24797df9439f9 (diff)
downloadcrawl-ref-52da494bbcaee71c74bf962e8ed96d8e39535e04.tar.gz
crawl-ref-52da494bbcaee71c74bf962e8ed96d8e39535e04.zip
Fold mutation_def::wizname into ::short_desc.
In only a few cases were the strings different, and in even fewer were they significantly so. In general, I used the short_desc for the combined one, since someone running wizmode can presumably look at mutation-data.h, except that "large and strong wings" got changed to "big wings", and "life protection" to "negative energy resistance".
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index a0d7b56cac..6a0af8c8de 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -76,7 +76,6 @@ struct mutation_def
const char* have[3]; // What appears on the 'A' screen.
const char* gain[3]; // Message when you gain the mutation.
const char* lose[3]; // Message when you lose the mutation.
- const char* wizname; // For gaining it in wizmode.
};
void init_mut_index();