summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index d6778f486a..9243174347 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -802,8 +802,10 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
}
if (monster->type == MONS_FIRE_VORTEX)
+ {
place_cloud(CLOUD_FIRE, monster->x, monster->y, 2 + random2(4),
monster->kill_alignment());
+ }
}
else if (monster->type == MONS_SIMULACRUM_SMALL
|| monster->type == MONS_SIMULACRUM_LARGE)