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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index b9c5916f3a..0003c3774f 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -1498,11 +1498,11 @@ int player_res_cold(bool calc_unid, bool temp, bool items)
if (items)
{
- // rings of fire resistance/fire
+ // rings of cold resistance/ice
rc += player_equip( EQ_RINGS, RING_PROTECTION_FROM_COLD, calc_unid );
rc += player_equip( EQ_RINGS, RING_ICE, calc_unid );
- // rings of ice
+ // rings of fire
rc -= player_equip( EQ_RINGS, RING_FIRE, calc_unid );
// Staves