From a29bd1e1cbc7d30337e661f96299bb1e4a79ba59 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 23 Apr 2008 05:01:30 +0000 Subject: Revert erroneous change to the "%" screen, as tou still get TSO's life protection when under penance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4508 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index fe4203a98c..a98a2ed5b5 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -1725,11 +1725,8 @@ int player_prot_life(bool calc_unid, bool temp) // same here: Your piety status is something you can more or less control. // TSO's protection - if (you.religion == GOD_SHINING_ONE && you.piety > pl * 50 - && !player_under_penance()) - { + if (you.religion == GOD_SHINING_ONE && you.piety > pl * 50) pl = you.piety / 50; - } if (temp) { -- cgit v1.2.3-54-g00ecf