summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 5129d96d92..13ba57fea6 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -1143,8 +1143,6 @@ void monster_teleport(monsters *monster, bool instan, bool silent)
// Pick the monster up.
mgrd(oldplace) = NON_MONSTER;
- mons_clear_trapping_net(monster);
-
coord_def newpos;
if (monster_random_space(monster, newpos, !mons_wont_attack(monster)))
monster->moveto(newpos);