From 15eb0909f5e6ea36b2948e493bb745826389f6ac Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 21 Jan 2009 10:36:27 +0000 Subject: Code cleanup for traps. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8648 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/player.cc') 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; } -- cgit v1.2.3-54-g00ecf