summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-06 21:05:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-06 21:05:35 +0000
commit7f97bf0e03db69e9f393d4b683705bcfdc3c7c86 (patch)
treef891733aafa5643976f15a034284af6cfabbee07 /crawl-ref/source/monstuff.cc
parent09a1c70aa415d3f72526fd3d075b68002f180b86 (diff)
downloadcrawl-ref-7f97bf0e03db69e9f393d4b683705bcfdc3c7c86.tar.gz
crawl-ref-7f97bf0e03db69e9f393d4b683705bcfdc3c7c86.zip
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
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-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 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,