From 8b2941aed84625288c94d7822ef5fa6c239714eb Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 24 Nov 2009 23:25:11 -0800 Subject: Message for seen jelly eating door. --- crawl-ref/source/mon-act.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-act.cc') diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index 2e9a6b0a84..1501d747a8 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -3277,6 +3277,8 @@ static bool _monster_move(monsters *monster) mpr("The door mysteriously vanishes."); interrupt_activity( AI_FORCE_INTERRUPT ); } + else + simple_monster_message(monster, " eats the door!"); } } // done door-eating jellies -- cgit v1.2.3-54-g00ecf