summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-06 09:41:28 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-06 09:41:28 -0400
commit1569788093c33e383f7893c3daf7fea87c009499 (patch)
treeadcf463d370a93bbb45c71e651206f1c0fdc1af6 /crawl-ref/source/itemname.cc
parent3167ec3d6532df95e4d16b1ec514199c66ec646d (diff)
downloadcrawl-ref-1569788093c33e383f7893c3daf7fea87c009499.tar.gz
crawl-ref-1569788093c33e383f7893c3daf7fea87c009499.zip
Pre-id strong poison, hide it.
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;
}