summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-31 12:15:46 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-31 12:55:43 +0100
commitabc592a74a8d38f7426b788d6ef05eb0a654c988 (patch)
tree86df9d99389cd6f3b81d9b82644dff3455c3eb3c /crawl-ref/source/player.cc
parent354ee59d373da2df1d5bfdf9a58836a91b340656 (diff)
downloadcrawl-ref-abc592a74a8d38f7426b788d6ef05eb0a654c988.tar.gz
crawl-ref-abc592a74a8d38f7426b788d6ef05eb0a654c988.zip
Increase the SH given by bone plates
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index bb791aaf91..4a665196e3 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2677,9 +2677,9 @@ int player_shield_class()
}
// mutations
- // +2, +4, +6
+ // +3, +6, +9
shield += (player_mutation_level(MUT_LARGE_BONE_PLATES) > 0
- ? player_mutation_level(MUT_LARGE_BONE_PLATES) * 200
+ ? player_mutation_level(MUT_LARGE_BONE_PLATES) * 300
: 0);
stat += qazlal_sh_boost() * 100;