summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index 3358d99e6f..a520d86637 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -176,9 +176,6 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink)
}
else
{
- // No longer held in net.
- clear_trapping_net();
-
move_player_to_grid(beam.target, false, true, true);
// Controlling teleport contaminates the player. -- bwr
@@ -232,9 +229,6 @@ void random_blink(bool allow_partial_control, bool override_abyss)
{
mpr("You blink.");
- // No longer held in net.
- clear_trapping_net();
-
success = true;
you.moveto(target);