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 2a85955949..dcf781a9b4 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4980,7 +4980,7 @@ int player::shield_bonus() const
{
const int shield_class = player_shield_class();
if (!shield_class)
- return (0);
+ return (-100);
int stat = 0;
if (const item_def *sh = const_cast<player*>(this)->shield())