From 0eceb6ff8b8501d07c94e2e5d46aca19121b205e Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 25 May 2008 15:11:37 +0000 Subject: Fix 1914059: randart jewellery inconsistently described as {tried} by adding yet another entry to props. FR 1949504: Move version information into the help scroller, yay! It also looks much nicer now (if I may say so). Go, take a look! :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5234 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/randart.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/randart.cc') diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc index 7e89bac6d7..98ea2ee622 100644 --- a/crawl-ref/source/randart.cc +++ b/crawl-ref/source/randart.cc @@ -368,7 +368,7 @@ void randart_desc_properties( const item_def &item, { randart_wpn_properties( item, proprt, known); - if ( !force_fake_props && item_ident( item, ISFLAG_KNOW_PROPERTIES ) ) + if (!force_fake_props && item_ident( item, ISFLAG_KNOW_PROPERTIES )) return; // only jewellery need fake randart properties -- cgit v1.2.3-54-g00ecf