summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-25 14:23:17 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-26 21:20:28 -0700
commit359569f0a7cc005214ae84427511059f71db10ad (patch)
tree2a5ef8f3cec1c3e90144241fcd191fe61292cd85 /crawl-ref/source/mon-act.cc
parent2c0f31843e2b39ab2769200c9f67616d57e3decc (diff)
downloadcrawl-ref-359569f0a7cc005214ae84427511059f71db10ad.tar.gz
crawl-ref-359569f0a7cc005214ae84427511059f71db10ad.zip
Rod of demonology -> Rod of shadows.
Weaves shadow creatures roughly from D:<evocations power> (including out-of-depth D depths).
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc
index ce8e35876a..3f99d37233 100644
--- a/crawl-ref/source/mon-act.cc
+++ b/crawl-ref/source/mon-act.cc
@@ -1290,11 +1290,10 @@ static bool _handle_rod(monster *mons, bolt &beem)
}
break;
- case SPELL_CALL_IMP:
case SPELL_CAUSE_FEAR:
- case SPELL_SUMMON_DEMON:
case SPELL_SUMMON_SWARM:
case SPELL_OLGREBS_TOXIC_RADIANCE:
+ case SPELL_WEAVE_SHADOWS:
_rod_fired_pre(mons);
mons_cast(mons, beem, mzap, false);
_rod_fired_post(mons, rod, weapon, beem, rate, was_visible);