From fe135a4986670c7b47cd6f386f8853f9f7a74d6b Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 8 May 2007 22:25:29 +0000 Subject: Lanterns of shadows now cut vision radius by 2. This may be too good. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1430 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') 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; } } -- cgit v1.2.3-54-g00ecf