summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 16:37:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-25 16:37:57 +0000
commitd31f0d6820be04cd3f392eab7005e3578292308b (patch)
tree5f3c5ba8f01838721086e25351ba4921d91aa98a /crawl-ref/source/item_use.cc
parent74ecb4ad57ac84d6e8471a6d6aa2ac1030ef0dcb (diff)
downloadcrawl-ref-d31f0d6820be04cd3f392eab7005e3578292308b.tar.gz
crawl-ref-d31f0d6820be04cd3f392eab7005e3578292308b.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7612 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index a37d5f9681..d9e5803ef7 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3880,7 +3880,7 @@ static bool _vorpalise_weapon()
beam.name = "fiery explosion";
beam.aux_source = "a fiery explosion";
beam.type = dchar_glyph(DCHAR_FIRED_BURST);
- beam.damage = dice_def( 3, 10 );
+ beam.damage = dice_def(3, 10);
beam.flavour = BEAM_FIRE;
beam.target = you.pos();
beam.colour = RED;
@@ -3928,8 +3928,8 @@ static bool _vorpalise_weapon()
mprf("%s twongs alarmingly.", itname.c_str());
// from unwield_item
- MiscastEffect( &you, NON_MONSTER, SPTYP_TRANSLOCATION, 9, 90,
- "distortion affixation" );
+ MiscastEffect(&you, NON_MONSTER, SPTYP_TRANSLOCATION, 9, 90,
+ "distortion affixation");
success = false;
break;