summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 32ac2be14f..b1ff4b3e38 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -219,6 +219,9 @@ void mons_trap(struct monsters *monster)
if (damage_taken < 0)
damage_taken = 0;
+
+ bleed_onto_floor(monster->x, monster->y, monster->type,
+ damage_taken, true);
}
revealTrap = true;