summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 140475f8dd..9727d5f189 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1142,7 +1142,6 @@ static std::string _describe_ammo( const item_def &item )
always_destroyed = true;
break;
case SPMSL_POISONED:
- case SPMSL_POISONED_II:
description += "It is coated with poison.";
break;
case SPMSL_CURARE: