summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/item_use.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index ef8d5f254b..5f3cd14ac3 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -587,7 +587,8 @@ void wield_effects(int item_wield_2, bool showMsgs)
break;
case SPWPN_SPEED:
- mpr("Your hands tingle!");
+ mprf("Your %s tingle!",
+ you.hand_name(true).c_str());
break;
case SPWPN_FLAME: