From a80613ea78eea3ec5ed4f599fe8dfaf0ece5fef6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Fri, 16 May 2008 00:56:03 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5072 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 60a2747899..1abb45a423 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -357,7 +357,7 @@ void cast_chain_lightning( int powc ) } } - // now check if the player is a target: + // now check if the player is a target dist = grid_distance( sx, sy, you.x_pos, you.y_pos ); if (dist) // ie player was not the source @@ -410,7 +410,7 @@ void cast_chain_lightning( int powc ) beam.colour = LIGHTBLUE; beam.damage = calc_dice( 5, 12 + powc * 2 / 3 ); - // Be kinder to the player + // Be kinder to the player. if (tx == you.x_pos && ty == you.y_pos) { if (!(beam.damage.num /= 2)) -- cgit v1.2.3-54-g00ecf