From 45257acf3e73631c66d66ebc9ed3e4ac88951a37 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Sat, 2 Jan 2010 23:53:15 -0800 Subject: Rods function in melee as a +x/+x club (#300) --- crawl-ref/source/describe.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 95473fc4a1..8f06b1f582 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -1923,6 +1923,10 @@ std::string get_item_description( const item_def &item, bool verbose, else description << desc; } + std::string stats = ""; + append_weapon_stats(stats, item); + description << stats; + description << "$$It falls into the 'Maces & Flails' category."; } else { -- cgit v1.2.3-54-g00ecf