summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-03-07 08:27:41 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-03-07 08:27:41 +0000
commit2c4a4c3f1545e532260861d348585ed7c0d6920d (patch)
tree7c7a1fe545df570f83e7857c4bf4de9cd720b0ed /crawl-ref/source/ghost.cc
parent6e425e4dfe8df04684e8b2232432d05d52cbd443 (diff)
downloadcrawl-ref-2c4a4c3f1545e532260861d348585ed7c0d6920d.tar.gz
crawl-ref-2c4a4c3f1545e532260861d348585ed7c0d6920d.zip
Make Pan lords always see invisible
Previously they did 90% of the time.
Diffstat (limited to 'crawl-ref/source/ghost.cc')
-rw-r--r--crawl-ref/source/ghost.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc
index 089aecc189..1f26eb91f8 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -186,7 +186,7 @@ void ghost_demon::init_random_demon()
// Non-spellcasters get some boosts to their melee and speed instead.
spellcaster = !one_chance_in(3);
- see_invis = !one_chance_in(10);
+ see_invis = true;
resists = 0;