summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-19 15:12:44 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-19 15:12:44 +0000
commit7027d6e07332bbdf6322e4d0c1c7aed78c2231bc (patch)
treef5ff55a0f1c6e7653e39e50b290bed10f09718ab /crawl-ref/source/dungeon.cc
parent08fe0f779080a55f59b07d4ab887495220b5fd69 (diff)
downloadcrawl-ref-7027d6e07332bbdf6322e4d0c1c7aed78c2231bc.tar.gz
crawl-ref-7027d6e07332bbdf6322e4d0c1c7aed78c2231bc.zip
s/Lucy/Lugonu/.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1060 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index fc437c7c30..c0240a4796 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -7153,7 +7153,7 @@ static int pick_an_altar(void)
altar_type = DNGN_ALTAR_ZIN + random2(NUM_GODS - 1);
}
while (altar_type == DNGN_ALTAR_NEMELEX_XOBEH
- || altar_type == DNGN_ALTAR_LUCY);
+ || altar_type == DNGN_ALTAR_LUGONU);
break;
}
}