From 7e7f8035490e36b72f7ddecd23b4da8611e991d0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 26 Apr 2009 12:13:36 +0000 Subject: * Fix _place_monster_aux() not interrupting autoexplore. Apparently, monsters can be directly placed at the edge of los, after all. * Change Ctrl-X -> Ctrl-S, V -> Ctrl-X, not documented yet. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9696 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/delay.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/delay.cc') diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc index 5ab64b9cf7..bd531617c4 100644 --- a/crawl-ref/source/delay.cc +++ b/crawl-ref/source/delay.cc @@ -1880,8 +1880,10 @@ inline static bool _monster_warning(activity_interrupt_type ai, else if (at.context.find("leaps out") != std::string::npos) { if (mon->type == MONS_TRAPDOOR_SPIDER) + { text += " leaps out from its hiding place under the " "floor!"; + } else text += " leaps out from hiding!"; } -- cgit v1.2.3-54-g00ecf