summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-12 19:56:53 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-12 19:56:53 -0600
commit2b5b3f616f372bda9ae3010060e5ca02cf37d1e2 (patch)
tree1e57450f5eddb033289fc78e124d8b586d3fb511 /crawl-ref/source/mon-cast.cc
parent35c0a118fcca52532737d9604d64a9e8234ac641 (diff)
downloadcrawl-ref-2b5b3f616f372bda9ae3010060e5ca02cf37d1e2.tar.gz
crawl-ref-2b5b3f616f372bda9ae3010060e5ca02cf37d1e2.zip
Blow up a couple of instances of blown up by.
Prevents "blown up by lich" (sic) and "blasted by (bolt of fire)".
Diffstat (limited to 'crawl-ref/source/mon-cast.cc')
-rw-r--r--crawl-ref/source/mon-cast.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-cast.cc b/crawl-ref/source/mon-cast.cc
index afd816d0ad..752e03f866 100644
--- a/crawl-ref/source/mon-cast.cc
+++ b/crawl-ref/source/mon-cast.cc
@@ -325,6 +325,7 @@ bolt mons_spell_beam(monster* mons, spell_type spell_cast, int power,
beam.thrower = KILL_MON_MISSILE;
beam.origin_spell = real_spell;
beam.beam_source = mons->mindex();
+ beam.source_name = mons->name(DESC_A, true);
// FIXME: this should use the zap_data[] struct from beam.cc!
switch (real_spell)