summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index ef1c31ffb9..70fc989e2f 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -2421,6 +2421,8 @@ static int _quadrant_blink(coord_def where, int pow, int, actor *)
if (!found)
return(0);
+ clear_trapping_net();
+
you.moveto(target);
return 1;
}