summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d3975dc5c9..da8801bb37 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -88,12 +88,10 @@ void mons_trap(struct monsters *monster)
}
}
- //
// Trap damage to monsters is not a function of level, because they
// are fairly stupid and tend to have fewer hp than players -- this
// choice prevents traps from easily killing large monsters fairly
// deep within the dungeon.
- //
switch (env.trap[which_trap].type)
{
case TRAP_DART: