summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
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 8b974881a3..75f39facdf 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1767,7 +1767,7 @@ int player_prot_life(bool calc_unid, bool temp)
switch (you.attribute[ATTR_TRANSFORMATION])
{
case TRAN_STATUE:
- pl += 1;
+ pl++;
break;
case TRAN_SERPENT_OF_HELL:
pl += 2;