summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 522c6f0742..70e5843bf0 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2863,6 +2863,10 @@ void update_level(double elapsedTime)
false);
}
+ // Handle nets specially to remove the trapping property of the net.
+ if (mons_is_caught(mon))
+ mon->del_ench(ENCH_HELD, true);
+
_catchup_monster_moves(mon, turns);
if (turns >= 10 && mon->alive())