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 c0dbe2af63..0633ce47b4 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2632,7 +2632,7 @@ int player_shield_class(void) //jmf: changes for new spell
base_shield += you.attribute[ATTR_DIVINE_SHIELD];
return (base_shield);
-} // end player_shield_class()
+}
int player_see_invis(bool calc_unid)
{
@@ -6693,7 +6693,7 @@ int player::shield_bonus() const
}
else
{
- // Condensation shield is guided by the mind.
+ // Magical and divine shields are governed by the mind.
stat = intel / 2;
}