From d31f0d6820be04cd3f392eab7005e3578292308b Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 25 Nov 2008 16:37:57 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7612 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/item_use.cc') 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; -- cgit v1.2.3-54-g00ecf