From a413ee411896f198be84496ce3d99d7af5527b8a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 7 Aug 2009 14:53:36 +0000 Subject: * Fix capitalization is staff description (2832393). * Use MSGCH_WARN for stat loss messaging (2831539). * Make debug armour acquirement statistics really ignore artefacts when counting egos. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10499 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 25047e2099..ca8c6e66b4 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1919,7 +1919,7 @@ std::string get_item_description( const item_def &item, bool verbose, "$Damage rating: 7 Accuracy rating: +6 " "Attack delay: 120%"; - description << "$$It falls into the 'staves' category."; + description << "$$It falls into the 'Staves' category."; } break; -- cgit v1.2.3-54-g00ecf