summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-24 23:25:11 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-24 23:25:11 -0800
commit8b2941aed84625288c94d7822ef5fa6c239714eb (patch)
treebb1da2a915bbb7947309426f7b6feb3087b409a6 /crawl-ref/source/mon-act.cc
parent41912d836f776ea54b70bc2d4ed1be48afdbf477 (diff)
downloadcrawl-ref-8b2941aed84625288c94d7822ef5fa6c239714eb.tar.gz
crawl-ref-8b2941aed84625288c94d7822ef5fa6c239714eb.zip
Message for seen jelly eating door.
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc2
1 files changed, 2 insertions, 0 deletions
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