summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authortenofswords <mwclaws@gmail.com>2014-02-02 22:30:19 -0500
committertenofswords <mwclaws@gmail.com>2014-02-02 22:30:19 -0500
commitb2944a8389ebab88d019b21eabec3bab9d1cdd57 (patch)
tree662f9f15831ed11dac6d25af381fde70eda13088 /crawl-ref/source/ghost.cc
parentbf99bd3d0dbabaa0a1c1f3586a05f45796cabb9a (diff)
downloadcrawl-ref-b2944a8389ebab88d019b21eabec3bab9d1cdd57.tar.gz
crawl-ref-b2944a8389ebab88d019b21eabec3bab9d1cdd57.zip
Give pan lords rare quicksilver bolt, orb of elec
Hand newly-spellified orb of electricity to pan lord in the same slot they get extra rare chances for storms and hellfire. It's still highly damaging and direct even with the collateral damage, so it should be fine compared to the blocked Conjure Ball Lightning and Ozocubu's Refrigeration; ice storm is still in the list, etc. Also, since extra IMB is really silly on a Pan Lord, give them one of the few nasty "spare" monster spells left, quicksilver bolt, for extra rather rare terror, instead.
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 759c0ac602..103ea2d892 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -309,11 +309,13 @@ void ghost_demon::init_random_demon()
spells[0] = SPELL_METAL_SPLINTERS;
if (one_chance_in(25))
spells[0] = SPELL_ENERGY_BOLT; // eye of devastation
+ if (one_chance_in(25))
+ spells[0] = SPELL_ORB_OF_ELECTRICITY;
if (one_chance_in(25))
spells[1] = SPELL_STEAM_BALL;
if (one_chance_in(25))
- spells[1] = SPELL_ISKENDERUNS_MYSTIC_BLAST;
+ spells[1] = SPELL_QUICKSILVER_BOLT;
if (one_chance_in(25))
spells[1] = SPELL_HELLFIRE;
if (one_chance_in(25))