summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-zap.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-22 11:15:53 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-22 11:15:53 +0000
commitfb3b2ccdc0fcd94e36f57d1fd1d108505ce5fcb7 (patch)
treea684699654f364114bd2d9827630eaf3947df3af /crawl-ref/source/spl-zap.cc
parentb668a250871c84abf48b590b6e89288aac4c7892 (diff)
downloadcrawl-ref-fb3b2ccdc0fcd94e36f57d1fd1d108505ce5fcb7.tar.gz
crawl-ref-fb3b2ccdc0fcd94e36f57d1fd1d108505ce5fcb7.zip
Remove the unused HOLY_LIGHT beam/zap
Confusingly it's not used by silver star's SPELL_HOLY_LIGHT. In theory it seems to be used by Zin's silver corona recite effect, but since nothing resists or is vulnerable to it it actually does nothing. Silver corona still just does sticky flame-levels of damage to all chaotic targets, as it claims to in the comment. ZAP_HOLY_LIGHT apparently existed just to make things even more confusing (if a player somehow managed to cast SPELL_HOLY_LIGHT they would get a completely different effect to the monster version!).
Diffstat (limited to 'crawl-ref/source/spl-zap.cc')
-rw-r--r--crawl-ref/source/spl-zap.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-zap.cc b/crawl-ref/source/spl-zap.cc
index dae73e87b4..8feebe3f83 100644
--- a/crawl-ref/source/spl-zap.cc
+++ b/crawl-ref/source/spl-zap.cc
@@ -100,8 +100,6 @@ zap_type spell_to_zap(spell_type spell)
return ZAP_INVISIBILITY;
case SPELL_DIG:
return ZAP_DIG;
- case SPELL_HOLY_LIGHT:
- return ZAP_HOLY_LIGHT;
case SPELL_EXPLOSIVE_BOLT:
return ZAP_EXPLOSIVE_BOLT;
case SPELL_CRYSTAL_BOLT: