summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-09 03:21:52 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-09 13:05:56 +0200
commit76b7e0022e641ec2a9f9e913460870ac1bc40e4e (patch)
tree56db863de7d4a9e8a01873954462c2f161f7cdab /crawl-ref/source/zap-data.h
parentb981239c6e5775bee38e4c14158e6b916e9c65ec (diff)
downloadcrawl-ref-76b7e0022e641ec2a9f9e913460870ac1bc40e4e.tar.gz
crawl-ref-76b7e0022e641ec2a9f9e913460870ac1bc40e4e.zip
Some clean-up of enum.h
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 004ca263a3..f2735f1590 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -422,28 +422,6 @@
0
},
-#if TAG_MAJOR_VERSION == 32
-{
- ZAP_BONE_SHARDS,
- "spray of bone shards",
- // Incoming power is highly dependent on mass (see spl-damage.cc).
- // Basic function is power * 15 + mass... with the largest
- // available mass (3000) we get a power of 4500 at a power
- // level of 100 (for 3d29).
- 10000,
- new dicedef_calculator<3, 4, 1, 180>,
- new tohit_calculator<8, 1, 100>,
- LIGHTGREY,
- false,
- BEAM_MAGIC,
- DCHAR_FIRED_ZAP,
- true,
- true,
- false,
- 3
-},
-#endif
-
{
ZAP_BANISHMENT,
"",