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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index c162ed6e3a..59fb01cfd7 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -559,7 +559,7 @@ void trap_def::trigger(actor& triggerer, bool flat_footed)
if (mons_is_caught(m))
mark_net_trapping(m->pos());
-
+
trap_destroyed = true;
}
}