summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:41:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:41:39 +0000
commit97720dfdecf3a5a3063f7d833b670d309014cd0a (patch)
tree6e111642f7cd70cf686286522261d4b998bf9933
parent2cc5984b6657b5c1e92de96abda7fff2acedc559 (diff)
downloadcrawl-ref-97720dfdecf3a5a3063f7d833b670d309014cd0a.tar.gz
crawl-ref-97720dfdecf3a5a3063f7d833b670d309014cd0a.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6162 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/religion.cc24
1 files changed, 12 insertions, 12 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 2f06206918..227e956d84 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3320,18 +3320,18 @@ static bool _tso_retribution()
simple_god_message(" blasts you with cleansing flame!", god);
bolt beam;
- beam.beam_source = NON_MONSTER;
- beam.type = dchar_glyph(DCHAR_FIRED_BURST);
- beam.damage = calc_dice( 3, 20 + (you.experience_level * 7) / 3 );
- beam.flavour = BEAM_HOLY;
- beam.target_x = you.x_pos;
- beam.target_y = you.y_pos;
- beam.name = "golden flame";
- beam.colour = YELLOW;
- beam.thrower = KILL_MISC;
- beam.aux_source = "the Shining One's cleansing flame";
- beam.ex_size = 2;
- beam.is_tracer = false;
+ beam.beam_source = NON_MONSTER;
+ beam.type = dchar_glyph(DCHAR_FIRED_BURST);
+ beam.damage = calc_dice(3, 20 + (you.experience_level * 7) / 3);
+ beam.flavour = BEAM_HOLY;
+ beam.target_x = you.x_pos;
+ beam.target_y = you.y_pos;
+ beam.name = "golden flame";
+ beam.colour = YELLOW;
+ beam.thrower = KILL_MISC;
+ beam.aux_source = "the Shining One's cleansing flame";
+ beam.ex_size = 2;
+ beam.is_tracer = false;
beam.is_explosion = true;
explosion(beam);
break;