summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.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/main.cc
parent3167ec3d6532df95e4d16b1ec514199c66ec646d (diff)
downloadcrawl-ref-1569788093c33e383f7893c3daf7fea87c009499.tar.gz
crawl-ref-1569788093c33e383f7893c3daf7fea87c009499.zip
Pre-id strong poison, hide it.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index fd0bb24c3f..24b544d033 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -672,6 +672,7 @@ static void _set_removed_types_as_identified()
you.type_ids[OBJ_POTIONS][POT_GAIN_DEXTERITY] = ID_KNOWN_TYPE;
you.type_ids[OBJ_POTIONS][POT_GAIN_INTELLIGENCE] = ID_KNOWN_TYPE;
you.type_ids[OBJ_POTIONS][POT_WATER] = ID_KNOWN_TYPE;
+ you.type_ids[OBJ_POTIONS][POT_STRONG_POISON] = ID_KNOWN_TYPE;
you.type_ids[OBJ_SCROLLS][SCR_ENCHANT_WEAPON_II] = ID_KNOWN_TYPE;
you.type_ids[OBJ_SCROLLS][SCR_ENCHANT_WEAPON_III] = ID_KNOWN_TYPE;
#endif