summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 3b5e30481c..ec07915f09 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -814,6 +814,9 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
place_cloud(CLOUD_FIRE, monster->x, monster->y, 2 + random2(4),
monster->kill_alignment());
}
+
+ if (killer == KILL_RESET)
+ killer = KILL_DISMISSED;
}
else if (monster->type == MONS_SIMULACRUM_SMALL
|| monster->type == MONS_SIMULACRUM_LARGE)