summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 75ac0aba74..1e1cc1586f 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2321,7 +2321,8 @@ void check_item_knowledge(bool unknown_items)
|| j == POT_GAIN_STRENGTH
|| j == POT_GAIN_DEXTERITY
|| j == POT_GAIN_INTELLIGENCE
- || j == POT_SLOWING))
+ || j == POT_SLOWING
+ || j == POT_STRONG_POISON))
{
continue;
}