From f9ebc8f9bd830e27d2046c72425cc3b6d9dbb7eb Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 11 Jun 2009 18:03:58 +0000 Subject: 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 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') 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; -- cgit v1.2.3-54-g00ecf