summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-27 11:12:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-27 11:12:31 +0000
commit612b5c431864991b19105694131ba1314012e631 (patch)
treed5603abb33e3d28c6af8091e6e44cc328f374535 /crawl-ref/source/item_use.cc
parentddb3328fdce3844daff10045995f8ee2c097fff0 (diff)
downloadcrawl-ref-612b5c431864991b19105694131ba1314012e631.tar.gz
crawl-ref-612b5c431864991b19105694131ba1314012e631.zip
Some spacing clean-up in the tutorial code (thanks for the additions,
Matthew!) and fix BR 1974056 (wrong colouring of tutorial skills information). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5293 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 56755f9314..64dee389db 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2845,7 +2845,7 @@ bool safe_to_remove_or_wear(const item_def &item, bool remove,
int prop_dex = 0;
int prop_int = 0;
- // don't warn when putting on an unknown item
+ // Don't warn when putting on an unknown item.
if (item.base_type == OBJ_JEWELLERY
&& item_ident( item, ISFLAG_KNOW_PLUSES ))
{