summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 18:03:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-11 18:03:58 +0000
commitf9ebc8f9bd830e27d2046c72425cc3b6d9dbb7eb (patch)
treed454d9b9c19f96b8e881f49c1fdec2482860299f /crawl-ref/source/player.cc
parent6358632409aa09a9d51dc501ac53736bdf771f63 (diff)
downloadcrawl-ref-f9ebc8f9bd830e27d2046c72425cc3b6d9dbb7eb.tar.gz
crawl-ref-f9ebc8f9bd830e27d2046c72425cc3b6d9dbb7eb.zip
Apply r9964 to trunk, and documentation update.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9965 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 8d98d8dcb3..29e7e62ba3 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1096,7 +1096,7 @@ int player_regen()
rr /= 3;
}
- // Trog's Hand. This overrides the slow healing effect.
+ // Trog's Hand. This circumvents the slow healing effect.
if (you.attribute[ATTR_DIVINE_REGENERATION])
rr += 100;