summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-project.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2012-08-24 18:36:22 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2012-08-24 18:36:22 -0600
commitc1fbd6fca26203ea64b592e144151d560628983f (patch)
treeb9e461d3f0c660cfd43e310ca460230592f166b0 /crawl-ref/source/mon-project.cc
parent9915d422760eb4fbde86f7f76530167cb6e62ab4 (diff)
downloadcrawl-ref-c1fbd6fca26203ea64b592e144151d560628983f.tar.gz
crawl-ref-c1fbd6fca26203ea64b592e144151d560628983f.zip
Remove duplicate "The orb of destruction hits you!" message.
Apparently this was present on account of some inconsistencies in the beam code which have since been addressed. Fixes #6118.
Diffstat (limited to 'crawl-ref/source/mon-project.cc')
-rw-r--r--crawl-ref/source/mon-project.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/mon-project.cc b/crawl-ref/source/mon-project.cc
index 19ebc238a1..e96508b1b0 100644
--- a/crawl-ref/source/mon-project.cc
+++ b/crawl-ref/source/mon-project.cc
@@ -498,10 +498,6 @@ move_again:
goto move_again;
}
- // Yay for inconsistencies in beam-vs-player and beam-vs-monsters.
- if (victim && victim->is_player() && !mons_is_boulder(&mon))
- mprf("%s hits you!", mon.name(DESC_THE, true).c_str());
-
if (_iood_hit(mon, pos))
{
if (!iood)