summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index b31ef85f56..c9d6ecb22d 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -718,7 +718,6 @@ void canned_msg(canned_message_type which_message)
(you.species == SP_NAGA || you.mutation[MUT_HOOVES])
? "before you" : "at your feet");
break;
-
case MSG_NOTHING_HAPPENS:
mpr("Nothing appears to happen.");
break;
@@ -753,7 +752,7 @@ void canned_msg(canned_message_type which_message)
mpr("The spell fizzles.");
break;
case MSG_HUH:
- mpr("Huh?");
+ mpr("Huh?", MSGCH_EXAMINE_FILTER);
crawl_state.cancel_cmd_repeat();
break;
case MSG_EMPTY_HANDED: