summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index bacc885041..f3e83a8c6f 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1182,7 +1182,6 @@ int player_res_magic(void)
/* rings of magic resistance */
rm += 40 * player_equip( EQ_RINGS, RING_PROTECTION_FROM_MAGIC );
-
/* Enchantment skill */
rm += 2 * you.skills[SK_ENCHANTMENTS];
@@ -1296,8 +1295,6 @@ int player_res_cold(bool calc_unid)
rc++;
}
-
-
/* rings of fire resistance/fire */
rc += player_equip( EQ_RINGS, RING_PROTECTION_FROM_COLD, calc_unid );
rc += player_equip( EQ_RINGS, RING_ICE, calc_unid );