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, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 426f4527ef..30fef96674 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -776,6 +776,9 @@ static std::string _describe_weapon(const item_def &item, bool verbose)
description += "It protects the one who wields it against "
"injury (+5 to AC).";
break;
+ case SPWPN_EVASION:
+ description += "It affects your evasion (+5 to EV).";
+ break;
case SPWPN_DRAINING:
description += "A truly terrible weapon, it drains the "
"life of those it strikes.";