summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 237a2eaa5c..fc30799dc5 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -4159,7 +4159,7 @@ void monsters::apply_enchantment(const mon_enchant &me)
break;
}
- int net = get_trapping_net(x,y);
+ int net = get_trapping_net(x,y,true);
if (net == NON_ITEM) // really shouldn't happen!
{