summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation-data.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-14 03:56:25 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-14 04:18:47 -0400
commit2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da (patch)
tree44d445cf1c1922f3068defefa837b2230c28918d /crawl-ref/source/mutation-data.h
parent6f0653d28d17837ad72584df21fbc1900cceb974 (diff)
downloadcrawl-ref-2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da.tar.gz
crawl-ref-2d2c9af36ea541651b18e7e621cf9b0dfc0eb9da.zip
Move the definitions of other -data.h tables into their respective files
Diffstat (limited to 'crawl-ref/source/mutation-data.h')
-rw-r--r--crawl-ref/source/mutation-data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation-data.h b/crawl-ref/source/mutation-data.h
index e259de8def..5983b1e9ba 100644
--- a/crawl-ref/source/mutation-data.h
+++ b/crawl-ref/source/mutation-data.h
@@ -11,6 +11,9 @@
// fourth strings = message given when losing the mutation
// fifth string = wizard-mode name of mutation
+static const mutation_def mut_data[] =
+{
+
{ MUT_TOUGH_SKIN, 0, 3, false, true, true,
"tough skin",
@@ -1663,3 +1666,5 @@
"black mark"
}
+
+};