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, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index ce8f822ef6..19ab9ebfd1 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -617,6 +617,9 @@ void canned_msg(canned_message_type which_message)
case MSG_TOO_BERSERK:
mpr("You are too berserk!");
break;
+ case MSG_PRESENT_FORM:
+ mpr("You can't do that in your present form.");
+ break;
case MSG_NOTHING_CARRIED:
mpr("You aren't carrying anything.");
break;