From b8ab58b8fffc8d04e6530095e91d23ca2e8b7a03 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 5 May 2008 14:19:28 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4879 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index a9ca5e8a37..e6263534f6 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -180,7 +180,7 @@ int check_your_resists(int hurted, beam_type flavour) case BEAM_NEG: resist = player_prot_life(); - // TSO's protection + // TSO's protection. if (you.religion == GOD_SHINING_ONE && you.piety > resist * 50) { int unhurted = (you.piety * hurted) / 150; -- cgit v1.2.3-54-g00ecf