summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 21:18:45 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 21:18:45 +0000
commit5ed9c78ba083cbfab2ed0eeb720cd3de176940b0 (patch)
tree21c20ef01b263d148a82963f0d2641e4dd22b776 /crawl-ref/source/itemprop.cc
parenta0880b55ba824c39a817e2d801af764e1d6eaaec (diff)
downloadcrawl-ref-5ed9c78ba083cbfab2ed0eeb720cd3de176940b0.tar.gz
crawl-ref-5ed9c78ba083cbfab2ed0eeb720cd3de176940b0.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5351 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index ad4c07ee98..01030b45f8 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -479,7 +479,7 @@ bool item_known_uncursed( const item_def &item )
void do_curse_item( item_def &item, bool quiet )
{
- // already cursed?
+ // Already cursed?
if (item.flags & ISFLAG_CURSED)
return;
@@ -493,7 +493,7 @@ void do_curse_item( item_def &item, bool quiet )
{
amusement *= 2;
- // Cursed cloaks prevent you from removing body armour
+ // Cursed cloaks prevent you from removing body armour.
if (item.base_type == OBJ_ARMOUR
&& get_armour_slot(item) == EQ_CLOAK)
{