summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/zap-data.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-02-03 11:28:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-02-03 11:28:52 +0100
commitaccfb7ca62256de7057d15166f98b4657483342b (patch)
tree92dd158fd7893a6e05e8cf6c159b11fb4d95a5b4 /crawl-ref/source/zap-data.h
parent5a61ffe30dc84defd02f758efa2d71cb51524928 (diff)
downloadcrawl-ref-accfb7ca62256de7057d15166f98b4657483342b.tar.gz
crawl-ref-accfb7ca62256de7057d15166f98b4657483342b.zip
Axe several unused zaps.
These had a definition in zap-data.h, but were not used in any way, not even when casting relevant spells in wizmode.
Diffstat (limited to 'crawl-ref/source/zap-data.h')
-rw-r--r--crawl-ref/source/zap-data.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/crawl-ref/source/zap-data.h b/crawl-ref/source/zap-data.h
index 040f94e27e..72ff1191df 100644
--- a/crawl-ref/source/zap-data.h
+++ b/crawl-ref/source/zap-data.h
@@ -1005,22 +1005,6 @@ struct zap_info
},
{
- ZAP_SUNRAY,
- "ray of light",
- 200,
- new calcdice_calculator<4, 15, 1, 1>,
- new tohit_calculator<5, 1, 20>,
- ETC_HOLY,
- false,
- BEAM_LIGHT,
- DCHAR_FIRED_BOLT,
- true,
- true,
- false,
- 6 // XXX: Less noise because it's poison?
-},
-
-{
ZAP_HOLY_LIGHT,
"beam of light",
200,
@@ -1037,22 +1021,6 @@ struct zap_info
},
{
- ZAP_HOLY_BREATH,
- "holy breath",
- 50,
- new dicedef_calculator<3, 2, 1, 6>,
- new tohit_calculator<6, 1, 6>,
- ETC_HOLY,
- false,
- BEAM_HOLY_FLAME,
- DCHAR_FIRED_ZAP,
- true,
- true,
- false,
- 0 // Explosion does the noise.
-},
-
-{
ZAP_BREATHE_STICKY_FLAME, // same data as spell but has different effects on hit
"splash of liquid fire",
100,
@@ -1101,22 +1069,6 @@ struct zap_info
},
{
- ZAP_SILVER_BLAST,
- "silver light",
- 200,
- new calcdice_calculator<3, 10, 1, 2>,
- new tohit_calculator<40>,
- LIGHTGRAY,
- false,
- BEAM_BOLT_OF_ZIN,
- DCHAR_FIRED_ZAP,
- false,
- false,
- true,
- 0 // Noise comes from explosion
-},
-
-{
ZAP_DAZZLING_SPRAY,
"spray of energy",
50,