summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 05:15:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 05:15:26 +0000
commitebd096b476329f03e359dd537a8fc3cb34292798 (patch)
tree349bb5216d92857628301fe68ef9be277dcfac10 /crawl-ref
parent8b56de83116cdcc9084e703fd3136d9e5e25071f (diff)
downloadcrawl-ref-ebd096b476329f03e359dd537a8fc3cb34292798.tar.gz
crawl-ref-ebd096b476329f03e359dd537a8fc3cb34292798.zip
More comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4514 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 34050bcdf1..223f8eca13 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -425,14 +425,14 @@ void dec_penance(god_type god, int val)
take_note(Note(NOTE_MOLLIFY_GOD, god));
you.penance[god] = 0;
- // the halo is once more available
+ // TSO's halo is once more available
if (god == GOD_SHINING_ONE && you.religion == GOD_SHINING_ONE
&& you.piety >= piety_breakpoint(0))
{
mpr("Your divine halo returns!");
}
- // bonuses now once more effective
+ // orcish bonuses are now once more effective
if (god == GOD_BEOGH && you.religion == GOD_BEOGH)
you.redraw_armour_class = true;