summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-23 11:03:25 -0600
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-02-23 11:06:50 -0600
commit63c778c7f35b284d53901e305e1bc434cc45a3b5 (patch)
tree7fca3756fb89461f839ded20177dd5cba8bf1b05 /crawl-ref/source/dactions.cc
parent7af231ebe0f974e2a959b653178faa88f22304f4 (diff)
downloadcrawl-ref-63c778c7f35b284d53901e305e1bc434cc45a3b5.tar.gz
crawl-ref-63c778c7f35b284d53901e305e1bc434cc45a3b5.zip
Comment fixes.
Diffstat (limited to 'crawl-ref/source/dactions.cc')
-rw-r--r--crawl-ref/source/dactions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dactions.cc b/crawl-ref/source/dactions.cc
index 6e843100f0..c83f1c66de 100644
--- a/crawl-ref/source/dactions.cc
+++ b/crawl-ref/source/dactions.cc
@@ -67,7 +67,7 @@ static bool _mons_matches_counter(const monster* mon, daction_type act)
case DACT_ALLY_YRED_SLAVE:
// Changed: we don't force enslavement of those merely marked.
return is_yred_undead_slave(mon);
- case DACT_ALLY_BEOGH: // both orcies and demons summoned by sorcerers
+ case DACT_ALLY_BEOGH: // both orcs and demons summoned by high priests
return (mon->wont_attack() && mons_is_god_gift(mon, GOD_BEOGH));
case DACT_ALLY_SLIME:
return is_fellow_slime(mon);