summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 2152b851b0..7aff78807c 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1384,7 +1384,8 @@ static bool _do_description(std::string key, std::string type,
append_armour_stats(desc, mitm[thing_created]);
desc += "$";
}
- else if (get_item_by_name(&mitm[thing_created], name, OBJ_MISSILES))
+ else if (get_item_by_name(&mitm[thing_created], name, OBJ_MISSILES)
+ && mitm[thing_created].sub_type != MI_THROWING_NET)
{
append_missile_info(desc);
desc += "$";