From 408f0d9ba4e28730d1bb388f8ed2f771c9d45155 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 17 May 2008 00:22:14 +0000 Subject: Add more comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5092 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/religion.cc') 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) { -- cgit v1.2.3-54-g00ecf