summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-selfench.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-10 19:33:47 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-10 19:33:47 -0600
commit5ad025d719915d50514acc3554e52b3d51977b5e (patch)
tree54c1c771f63a697792c0aa1666bfb0d19c49b838 /crawl-ref/source/spl-selfench.cc
parenta03d0eb8513256294d310d8877b98c1b8991fa9e (diff)
downloadcrawl-ref-5ad025d719915d50514acc3554e52b3d51977b5e.tar.gz
crawl-ref-5ad025d719915d50514acc3554e52b3d51977b5e.zip
Fix a couple of hiccups with amnesia.
Don't burn Sif piety when cancelling out (#8257); print a prompt if exiting from the menu but not cancelling altogether.
Diffstat (limited to 'crawl-ref/source/spl-selfench.cc')
-rw-r--r--crawl-ref/source/spl-selfench.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-selfench.cc b/crawl-ref/source/spl-selfench.cc
index b14888b22f..159e0a8506 100644
--- a/crawl-ref/source/spl-selfench.cc
+++ b/crawl-ref/source/spl-selfench.cc
@@ -303,6 +303,7 @@ int cast_selective_amnesia(string *pre_msg)
if (!isaalpha(keyin))
{
mesclr();
+ mprf(MSGCH_PROMPT, "Forget which spell ([?*] list [ESC] exit)? ");
keyin = get_ch();
continue;
}