From f200b503f68b2eb90fd9a5677c79e093df07544c Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 11 Jun 2008 22:34:38 +0000 Subject: 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 --- crawl-ref/source/mon-util.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index 9a50f05463..1a8d813618 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -4973,7 +4973,8 @@ void monsters::remove_enchantment_effect(const mon_enchant &me, bool quiet) && !has_ench( ENCH_SUBMERGED )) { if (!quiet) - mprf("%s appears!", name(DESC_CAP_A, true).c_str() ); + mprf("%s appears from thin air!", + name(DESC_CAP_A, true).c_str() ); seen_monster(this); } -- cgit v1.2.3-54-g00ecf