summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index e1be483bf9..ac6aa5b6c5 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -3607,8 +3607,9 @@ void tutorial_describe_item(const item_def &item)
ostr << _tut_throw_stuff(item);
long_text = true;
}
- if (!item_type_known(item) &&
- (is_artefact(item) || get_equip_desc( item ) != ISFLAG_NO_DESC))
+ if (!item_type_known(item)
+ && (is_artefact(item)
+ || get_equip_desc(item) != ISFLAG_NO_DESC))
{
ostr << "\n\nWeapons and armour that have unusual descriptions "
<< "like this are much more likely to be of higher "