summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 2 insertions, 0 deletions
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!";
}