summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 10:36:27 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 10:36:27 +0000
commit15eb0909f5e6ea36b2948e493bb745826389f6ac (patch)
treefb28affd70d8bdcc1bb3c5ee196527c0e85e8674 /crawl-ref/source/player.cc
parent1b6083af898fb45ab6c1d309b1a383ff85538969 (diff)
downloadcrawl-ref-15eb0909f5e6ea36b2948e493bb745826389f6ac.tar.gz
crawl-ref-15eb0909f5e6ea36b2948e493bb745826389f6ac.zip
Code cleanup for traps.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8648 c06c8d41-db1a-0410-9941-cceddc491573
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;
}