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.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index c84b2542d9..30431843c3 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3551,6 +3551,9 @@ void zap_wand( int slot )
if (!alreadyknown && (beam.obvious_effect || type_zapped == ZAP_FIREBALL))
{
set_ident_type( wand, ID_KNOWN_TYPE );
+ if (wand.sub_type == WAND_RANDOM_EFFECTS)
+ mpr("You feel that this wand is rather unreliable.");
+
mpr(wand.name(DESC_INVENTORY_EQUIP).c_str());
}
else