summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_you.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2012-08-21 21:58:15 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-08-21 22:38:19 +0100
commit84e723c600f790e0b1d2a16ed6a3307c2b0d0d1a (patch)
tree0a78ee7b574b054f50f26c9e8bb6babdb76e2214 /crawl-ref/source/l_you.cc
parentd876ee30b44a78fa32c10916b962e99a0ff7f8c7 (diff)
downloadcrawl-ref-84e723c600f790e0b1d2a16ed6a3307c2b0d0d1a.tar.gz
crawl-ref-84e723c600f790e0b1d2a16ed6a3307c2b0d0d1a.zip
Remove the See Invisible spell
Simply providing a resist is incredibly uninteresting, and there are plenty of other ways to deal with invisible monsters even without having found a source of SInv on equipment (fog, corona, sticky flame, etc).
Diffstat (limited to 'crawl-ref/source/l_you.cc')
-rw-r--r--crawl-ref/source/l_you.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_you.cc b/crawl-ref/source/l_you.cc
index 1033dbb20f..110de0734c 100644
--- a/crawl-ref/source/l_you.cc
+++ b/crawl-ref/source/l_you.cc
@@ -114,7 +114,7 @@ LUARET1(you_res_draining, number, player_prot_life(false))
LUARET1(you_res_shock, number, player_res_electricity(false))
LUARET1(you_res_statdrain, number, player_sust_abil(false))
LUARET1(you_res_mutation, number, wearing_amulet(AMU_RESIST_MUTATION, false))
-LUARET1(you_see_invisible, boolean, you.can_see_invisible(false, true))
+LUARET1(you_see_invisible, boolean, you.can_see_invisible(false))
LUARET1(you_spirit_shield, number, player_spirit_shield())
LUARET1(you_gourmand, boolean, wearing_amulet(AMU_THE_GOURMAND, false))
LUARET1(you_like_chunks, number, player_likes_chunks(true))