From 7f97bf0e03db69e9f393d4b683705bcfdc3c7c86 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 6 Jan 2009 21:05:35 +0000 Subject: Add still more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8280 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monstuff.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/monstuff.cc') diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc index 28d8b38baa..d2a7c40cf1 100644 --- a/crawl-ref/source/monstuff.cc +++ b/crawl-ref/source/monstuff.cc @@ -986,8 +986,10 @@ void _monster_die_cloud(const monsters* monster, bool corpse, bool silent, simple_monster_message(monster, (prefix + msg).c_str()); if (cloud != CLOUD_NONE) + { place_cloud(cloud, monster->pos(), 1 + random2(3), monster->kill_alignment()); + } } void monster_die(monsters *monster, killer_type killer, -- cgit v1.2.3-54-g00ecf