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.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index f6c02817f8..4282ee5660 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1180,6 +1180,10 @@ static std::string describe_weapon( const item_def &item, bool verbose)
case SPWPN_REACHING:
description += "It can be evoked to extend its reach. ";
break;
+ case SPWPN_RETURNING:
+ description += "It is enchanted to return to its owner "
+ "when thrown.";
+ break;
}
}