From 7d7941c1963ba3678b239e9ed8f338b2beff1f5d Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 20 May 2008 16:23:26 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5152 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/beam.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/beam.cc') diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc index d6fe38358a..343db7a035 100644 --- a/crawl-ref/source/beam.cc +++ b/crawl-ref/source/beam.cc @@ -2312,7 +2312,7 @@ void fire_tracer(const monsters *monster, bolt &pbolt) pbolt.foe_helped = pbolt.foe_hurt = 0; pbolt.foe_ratio = 80; // default - see mons_should_fire() - // foe ratio for summon gtr. demons & undead -- they may be + // foe ratio for summoning gtr. demons & undead -- they may be // summoned, but they're hostile and would love nothing better // than to nuke the player and his minions if (pbolt.attitude == ATT_FRIENDLY && monster->attitude != ATT_FRIENDLY) @@ -3598,7 +3598,7 @@ static int _affect_player( bolt &beam, item_def *item ) { beam.fr_hurt++; - // Beam from player rebounded and hit player + // Beam from player rebounded and hit player. if (beam.beam_source == NON_MONSTER) xom_is_stimulated(255); // Xom's amusement at the player's being damaged is handled -- cgit v1.2.3-54-g00ecf