summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-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