summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 618720050c..07f25baf8b 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -613,6 +613,10 @@ void wield_effects(int item_wield_2, bool showMsgs)
mpr("You feel protected!");
break;
+ case SPWPN_EVASION:
+ mpr("You feel nimbler!");
+ break;
+
case SPWPN_DRAINING:
mpr("You sense an unholy aura.");
break;