From 2cba7ec21c6dab38df61ee06c5dacc78c0b218c7 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 3 Nov 2009 16:30:34 +0100 Subject: Make Chain Lightning a monster spell, add an user of it (Nikola). --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.cc') 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: -- cgit v1.2.3-54-g00ecf