summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-04 12:54:51 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-04 16:18:46 +0100
commit80cc127a6a577954cb47a2cbf93455b39c265144 (patch)
treed97b7d08a27e58de9f0349faab1f0590ff42472a /crawl-ref/source/mgen_data.h
parent252de0b16a88f24299ae71184cc331f188275bd1 (diff)
downloadcrawl-ref-80cc127a6a577954cb47a2cbf93455b39c265144.tar.gz
crawl-ref-80cc127a6a577954cb47a2cbf93455b39c265144.zip
Don't overload mgen_data.power for Tukima's power.
It is absdepth for all other uses; there's no connection between the two except an extremely ill-thought name.
Diffstat (limited to 'crawl-ref/source/mgen_data.h')
-rw-r--r--crawl-ref/source/mgen_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_data.h b/crawl-ref/source/mgen_data.h
index 3120a4d2c2..2a7f66d744 100644
--- a/crawl-ref/source/mgen_data.h
+++ b/crawl-ref/source/mgen_data.h
@@ -8,6 +8,7 @@
// Hash key for passing a weapon to be given to
// a dancing weapon.
#define TUKIMA_WEAPON "tukima-weapon"
+#define TUKIMA_POWER "tukima-power"
// A structure with all the data needed to whip up a new monster.
struct mgen_data