summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index 8f08fce842..0cff14c334 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -158,7 +158,8 @@ void player_caught_in_net()
{
you.attribute[ATTR_HELD] = 10;
mpr("You become entangled in the net!");
-
+ stop_running();
+
// I guess levitation works differently, keeping both you
// and the net hovering above the floor
if (you.flies() == FL_FLY)