summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 13:39:28 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-29 13:39:28 +0000
commitde34ddf0332412f89db35487c8fd6b33cffea28b (patch)
tree9d2eafe4d48ccdcfc212b313efc33784f8f65591 /crawl-ref/source/ghost.cc
parent2bdb5cf7bc9a6136ded38eca54ae019dcf0c6beb (diff)
downloadcrawl-ref-de34ddf0332412f89db35487c8fd6b33cffea28b.tar.gz
crawl-ref-de34ddf0332412f89db35487c8fd6b33cffea28b.zip
Fixed directionally challenged ball lightning (Ryan Kusnery).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1121 c06c8d41-db1a-0410-9941-cceddc491573
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 52077c4e77..5e4044dde7 100644
--- a/crawl-ref/source/ghost.cc
+++ b/crawl-ref/source/ghost.cc
@@ -577,7 +577,7 @@ int ghost_demon::n_extra_ghosts()
if (you.where_are_you == BRANCH_ECUMENICAL_TEMPLE)
return (0);
- // No multiple ghosts until level 14 of the Main Dungeon.
+ // No multiple ghosts until level 9 of the Main Dungeon.
if ((lev < 9 && you.where_are_you == BRANCH_MAIN_DUNGEON)
|| (subdepth < 2 && you.where_are_you == BRANCH_LAIR)
|| (subdepth < 2 && you.where_are_you == BRANCH_ORCISH_MINES))