summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index f141d7da4c..e15e4bf1eb 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -7081,11 +7081,7 @@ static void _handle_monster_move(monsters *monster)
|| one_chance_in(5))
&& expose_items_to_element(BEAM_STEAL_FOOD, monster->pos(), 10))
{
- if (mons_near(monster) && player_monster_visible(monster))
- {
- simple_monster_message(monster,
- " eats something on the ground.");
- }
+ simple_monster_message(monster, " eats something on the ground.");
monster->speed_increment -= non_move_energy;
continue;
}