summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-19 01:14:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-19 01:14:42 +0000
commit75521a519b8c5ee4252fa9b75306d718e6aed08a (patch)
tree6ec524fc4f3ea9ca6d9d646352cea1fe35a7ebc3 /crawl-ref/source/item_use.cc
parente8392b1b316e361c54e5ae4f0da28ada8019fd16 (diff)
downloadcrawl-ref-75521a519b8c5ee4252fa9b75306d718e6aed08a.tar.gz
crawl-ref-75521a519b8c5ee4252fa9b75306d718e6aed08a.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7491 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index e9d7b6e154..56f17edf77 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -980,7 +980,7 @@ bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary)
return (false);
}
- // Cannot swim in heavy armour
+ // Cannot swim in heavy armour.
if (!ignore_temporary
&& player_is_swimming()
&& slot == EQ_BODY_ARMOUR
@@ -1009,7 +1009,7 @@ bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary)
}
}
- // Tiny races
+ // Tiny races.
if (player_size(PSIZE_TORSO) <= SIZE_LITTLE)
{
if ((sub_type >= ARM_LEATHER_ARMOUR