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, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 06d42bb039..9cf81785db 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2535,7 +2535,9 @@ int player_shield_class(void) //jmf: changes for new spell
if (!you.duration[DUR_FIRE_SHIELD] &&
you.duration[DUR_CONDENSATION_SHIELD])
+ {
base_shield += 2 + (you.skills[SK_ICE_MAGIC] / 6); // max 6
+ }
}
else
{