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, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index aa84c83c77..d90cde6d28 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -399,7 +399,9 @@ void wield_effects(int item_wield_2, bool showMsgs)
{
if (showMsgs)
mpr("The area is filled with flickering shadows.");
-
+
+ you.current_vision -= 2;
+ setLOSRadius(you.current_vision);
you.special_wield = SPWLD_SHADOW;
}
}