summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index f5ebbfa8a4..80744767a5 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1083,7 +1083,8 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
break;
}
- const int str_weight = weapon_str_weight(item.base_type, item.sub_type);
+ const int str_weight = weapon_str_weight(item.base_type,
+ item.sub_type);
if (str_weight >= 8)
description += ", and it is best used by the strong";