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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index bc39a7d3b3..34c1fdbaea 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -353,6 +353,8 @@ static std::string _no_selectables_message(int item_selector)
return("You aren't carrying any decks from which to draw.");
case OBJ_FOOD:
return("You aren't carrying any food.");
+ case OBJ_POTIONS:
+ return("You aren't carrying any potions.");
case OBJ_SCROLLS:
case OBJ_BOOKS:
return("You aren't carrying any books or scrolls.");