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 02e6358443..0b69753383 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5926,7 +5926,7 @@ int player::shield_bonus() const
int player::shield_bypass_ability(int tohit) const
{
- return (10 + tohit * 2);
+ return (15 + tohit / 2);
}
void player::shield_block_succeeded()