summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 0d098adaed..8815dfbfaa 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2876,7 +2876,8 @@ std::string your_hand(bool plural)
switch (you.attribute[ATTR_TRANSFORMATION])
{
default:
- mpr("ERROR: unknown transformation in your_hand() (spells4.cc)");
+ mpr("ERROR: unknown transformation in your_hand() (spells4.cc)",
+ MSGCH_ERROR);
case TRAN_NONE:
case TRAN_STATUE:
case TRAN_LICH: