summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-03 16:30:34 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-03 16:30:34 +0100
commit2cba7ec21c6dab38df61ee06c5dacc78c0b218c7 (patch)
tree4766f1552c31e1da45975299e4c2ea4fa3d5383e /crawl-ref/source/spl-cast.cc
parent41e35978a7f48612ef9d8017379f8b2536739e43 (diff)
downloadcrawl-ref-2cba7ec21c6dab38df61ee06c5dacc78c0b218c7.tar.gz
crawl-ref-2cba7ec21c6dab38df61ee06c5dacc78c0b218c7.zip
Make Chain Lightning a monster spell, add an user of it (Nikola).
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 3794bfcb08..333c15ed39 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -1609,7 +1609,7 @@ spret_type your_spells(spell_type spell, int powc, bool allow_fail)
break;
case SPELL_CHAIN_LIGHTNING:
- cast_chain_lightning(powc);
+ cast_chain_lightning(powc, &you);
break;
case SPELL_DISPERSAL: