summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 408e6d2f25..7a25308c5b 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1143,6 +1143,8 @@ static bool fire_item_matches(const item_def &item, unsigned fire_type)
return (true);
if ((fire_type & FIRE_ROCK) && item.sub_type == MI_LARGE_ROCK)
return (true);
+ if ((fire_type & FIRE_NET) && item.sub_type == MI_THROWING_NET)
+ return (true);
if (fire_type & FIRE_LAUNCHER)
{