summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 94603039d3..cf6f450c24 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1136,7 +1136,7 @@ void bleed_onto_floor(const coord_def& where, monster_type montype,
if (montype == MONS_PLAYER && !you.can_bleed())
return;
- if (montype != NUM_MONSTERS)
+ if (montype != NUM_MONSTERS && montype != MONS_PLAYER)
{
monsters m;
m.type = montype;