summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-13 10:54:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-13 10:54:30 +0200
commitfd9a17cc09385c84efc463b9d6092fcbbbd989ce (patch)
tree56d5130bf8e693c5e4b750caea666c47c060ba31 /crawl-ref/source/wiz-dgn.cc
parentb25a66cc1c10998c86d9e8365f959a980fc09e11 (diff)
downloadcrawl-ref-fd9a17cc09385c84efc463b9d6092fcbbbd989ce.tar.gz
crawl-ref-fd9a17cc09385c84efc463b9d6092fcbbbd989ce.zip
Announce that &p succeeded.
Having the prompt left over makes you wonder what's going on, made worse by the fact that some portals ask further questions.
Diffstat (limited to 'crawl-ref/source/wiz-dgn.cc')
-rw-r--r--crawl-ref/source/wiz-dgn.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/wiz-dgn.cc b/crawl-ref/source/wiz-dgn.cc
index 2f8f7efc74..88b031ae9b 100644
--- a/crawl-ref/source/wiz-dgn.cc
+++ b/crawl-ref/source/wiz-dgn.cc
@@ -229,6 +229,7 @@ bool wizard_create_portal(const coord_def& pos)
env.markers.add(marker);
env.markers.clear_need_activate();
dungeon_terrain_changed(pos, DNGN_ENTER_PORTAL_VAULT, false);
+ mprf("A portal to %s appears before you.", dest.describe().c_str());
return true;
}