summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-07 11:31:36 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-07 11:32:32 +0530
commit3f0203caad98884ecf4987674f972ede1788b79f (patch)
treea65ce5f3e810ce451a5cb652b2b54d8d103e67a9 /crawl-ref/source/mon-cast.cc
parentd798e969ea1d09d9939c2bf43eaa99c7610a8a4a (diff)
downloadcrawl-ref-3f0203caad98884ecf4987674f972ede1788b79f.tar.gz
crawl-ref-3f0203caad98884ecf4987674f972ede1788b79f.zip
Throw Icicle should not be a beam for monsters (monsters could fire it through multiple targets).
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index f844fe7218..ced5b15eeb 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -351,7 +351,6 @@ bolt mons_spells( monsters *mons, spell_type spell_cast, int power,
beam.colour = WHITE;
beam.flavour = BEAM_ICE;
beam.hit = 17 + power / 25;
- beam.is_beam = true;
break;
case SPELL_BOLT_OF_COLD: