summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-14 19:40:20 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-14 19:40:20 -0500
commit15ce950565d02380b0440fc8cadc78f71cb73a2e (patch)
tree6d3b2ac21ea84bffab454050b37ea643accac806 /crawl-ref/source/acr.cc
parentf6f3fb084ec1f935b63ba6c287de4eb5c2368285 (diff)
downloadcrawl-ref-15ce950565d02380b0440fc8cadc78f71cb73a2e.tar.gz
crawl-ref-15ce950565d02380b0440fc8cadc78f71cb73a2e.zip
Change the prompt for entering abyss/pan (dpeg)
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index b24584db05..de7e3f3b9f 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1217,8 +1217,8 @@ static bool _prompt_dangerous_portal(dungeon_feature_type ftype)
{
case DNGN_ENTER_PANDEMONIUM:
case DNGN_ENTER_ABYSS:
- return yesno("If you enter this portal you may not be able to return."
- " Continue?", false, 'n');
+ return yesno("If you enter this portal you will not be able to return "
+ "immediately. Continue?", false, 'n');
default:
return (true);