summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index e438d15ab1..2db3364076 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -271,6 +271,9 @@ void InvMenu::load_inv_items(int item_selector,
case OBJ_WEAPONS:
s = "You aren't carrying any weapons.";
break;
+ case OSEL_UNIDENT:
+ s = "You don't have any unidentified items.";
+ break;
default:
s = "You aren't carrying any such object.";
break;