summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-11 22:34:38 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-11 22:34:38 +0000
commitf200b503f68b2eb90fd9a5677c79e093df07544c (patch)
tree229653f477cafaec0ef3e76a6ad91688a0ab87c5 /crawl-ref/source/delay.cc
parent7f995fc2629e658794e9dad338f7e540ed49769c (diff)
downloadcrawl-ref-f200b503f68b2eb90fd9a5677c79e093df07544c.tar.gz
crawl-ref-f200b503f68b2eb90fd9a5677c79e093df07544c.zip
In all cases of a monster suddenly coming into view use the phrase
"appears out of thin air!" git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5736 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 35a19bdd62..abbada9668 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1656,7 +1656,7 @@ inline static void _monster_warning(activity_interrupt_type ai,
if (mon->type == MONS_AIR_ELEMENTAL)
text += " forms itself from the air.";
else
- text += " appears from thin air.";
+ text += " appears from thin air!";
}
else if (at.context == "surfaces")
text += " surfaces.";