summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 02:08:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 02:08:54 +0000
commita99a3aecdf286e0c0d16c5162c6b75753832d18c (patch)
tree17b70966e61c8b7aa22fcb6d050a016cc8fc7465 /crawl-ref/source/beam.cc
parent71ad92da616950e6a90a9bf5bc7aeb28dc13ebbb (diff)
downloadcrawl-ref-a99a3aecdf286e0c0d16c5162c6b75753832d18c.tar.gz
crawl-ref-a99a3aecdf286e0c0d16c5162c6b75753832d18c.zip
Typo fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6315 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 9c2fab13a2..efb3e63419 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2039,8 +2039,8 @@ void fire_beam(bolt &pbolt, item_def *item, bool drop_item)
xom_is_stimulated(128);
// Allow friendlies to react to projectiles, except when in
- // sanctuary when pet_target can only be explictly changed
- // by the player.
+ // sanctuary when pet_target can only be explicitly changed by
+ // the player.
const monsters *mon = &menv[pbolt.beam_source];
if (pbolt.foe_hurt > 0 && !mons_wont_attack(mon)
&& you.pet_target == MHITNOT && env.sanctuary_time <= 0)