summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 15:22:51 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-15 15:22:51 +0000
commit47935805d07b58339498e2bb63b37e3914200616 (patch)
tree065b68a9d3b18013d8c7bf64a5d990965203ccdb /crawl-ref/source/monstuff.cc
parente57ebac54a8f98b38564dad715dfaf30f23564fa (diff)
downloadcrawl-ref-47935805d07b58339498e2bb63b37e3914200616.tar.gz
crawl-ref-47935805d07b58339498e2bb63b37e3914200616.zip
Add more spacing fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9494 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 1f5cd20393..b7976347ee 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1174,8 +1174,8 @@ int monster_die(monsters *monster, killer_type killer,
{
if (!silent && !mons_reset)
{
- simple_monster_message( monster, " dissipates!",
- MSGCH_MONSTER_DAMAGE, MDAM_DEAD );
+ simple_monster_message(monster, " dissipates!",
+ MSGCH_MONSTER_DAMAGE, MDAM_DEAD);
silent = true;
}
@@ -5392,7 +5392,7 @@ static bool _handle_special_ability(monsters *monster, bolt & beem)
if (monster->has_ench(ENCH_CONFUSION))
break;
- if (!mons_player_visible( monster ))
+ if (!mons_player_visible(monster))
break;
if (coinflip())
@@ -5402,7 +5402,7 @@ static bool _handle_special_ability(monsters *monster, bolt & beem)
beem.name = "glob of lava";
beem.aux_source = "glob of lava";
beem.range = 6;
- beem.damage = dice_def( 3, 10 );
+ beem.damage = dice_def(3, 10);
beem.hit = 20;
beem.colour = RED;
beem.type = dchar_glyph(DCHAR_FIRED_ZAP);