From 2f1d5b4be96c2d4ea174caed479022386d1df12b Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Sat, 2 Jan 2010 23:53:49 -0800 Subject: Unbreak rod descriptions --- crawl-ref/source/itemname.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/itemname.cc') diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc index 0d7543836a..2c0b60650d 100644 --- a/crawl-ref/source/itemname.cc +++ b/crawl-ref/source/itemname.cc @@ -1626,9 +1626,10 @@ std::string item_def::name_aux(description_level_type desc, rmod = props["rod_enchantment"]; output_with_sign(buff, rmod); + buff << " "; } - buff << (item_is_rod(*this) ? " rod" : "staff") + buff << (item_is_rod(*this) ? "rod" : "staff") << " of " << staff_type_name(item_typ); } break; -- cgit v1.2.3-54-g00ecf