summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 00:22:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 00:22:14 +0000
commit408f0d9ba4e28730d1bb388f8ed2f771c9d45155 (patch)
treefc9c0e9135f652162fa024739c2146ac0f6a3395 /crawl-ref/source/religion.cc
parent78756f0bc76aea82715b876a253bd2b7d1b70c90 (diff)
downloadcrawl-ref-408f0d9ba4e28730d1bb388f8ed2f771c9d45155.tar.gz
crawl-ref-408f0d9ba4e28730d1bb388f8ed2f771c9d45155.zip
Add more comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5092 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 7d97e7c16f..fa118ea910 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -2156,8 +2156,9 @@ bool did_god_conduct( conduct_type thing_done, int level, bool known,
}
break;
- // Undead slave is any friendly undead... Kiku and Yred pay attention
- // to the undead and both like the death of living things.
+ // Undead slave is any friendly undead monster. Kiku and Yred pay
+ // attention to the undead, and both like the death of living
+ // things.
case DID_LIVING_KILLED_BY_UNDEAD_SLAVE:
switch (you.religion)
{
@@ -2175,9 +2176,8 @@ bool did_god_conduct( conduct_type thing_done, int level, bool known,
}
break;
- // Servants are currently any friendly monster under Vehumet, or
- // any god given pet for everyone else (excluding undead which are
- // handled above).
+ // Servants are currently any friendly or charmed monster, excluding
+ // undead, which are handled above.
case DID_LIVING_KILLED_BY_SERVANT:
switch (you.religion)
{