summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-06-01 03:43:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-06-01 03:43:38 +0200
commit53148a0a7429d55e7e73540db602acc6d7757e16 (patch)
tree834bcc8f398173a714d1ba47806f04890a7eab5c /crawl-ref/source/wiz-mon.cc
parentcde634629c17c6174ad6deb9db2a889edd0ca43b (diff)
downloadcrawl-ref-53148a0a7429d55e7e73540db602acc6d7757e16.tar.gz
crawl-ref-53148a0a7429d55e7e73540db602acc6d7757e16.zip
"&G mobile" to leave those oklobs and statues intact.
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index c83475ba82..853f2e5af7 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -734,7 +734,7 @@ void wizard_dismiss_all_monsters(bool force_all)
char buf[1024] = "";
if (!force_all)
{
- mpr("What monsters to dismiss (ENTER for all, \"harmful\" or a regex)? ",
+ mpr("What monsters to dismiss (ENTER for all, \"harmful\", \"mobile\" or a regex)? ",
MSGCH_PROMPT);
bool validline = !cancelable_get_line_autohist(buf, sizeof buf);