From bbefa2c38bdcc3a38225b3eed7a8475764c5671d Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 24 Feb 2008 15:31:21 +0000 Subject: Outsource randart names. Also: - Move database text files into subfolder "database", yay! - Don't print "uncursed" for identified randart weapons/jewellery as the status should be obvious once the name is known. - A bit of code cleanup (change in enum.h breaks saves!) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3460 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'crawl-ref/source/branch.cc') diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc index 0739562861..b8fd808aae 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -281,6 +281,15 @@ Branch branches[] = { NULL, NULL, NULL, NULL, 0, 'Y', true, true }, + { BRANCH_HALL_OF_ZOT, BRANCH_MAIN_DUNGEON, 5, 27, BFLAG_HAS_ORB, 0, + DNGN_ENTER_ZOT, DNGN_RETURN_FROM_ZOT, + "Zot", "the Realm of Zot", "Zot", + NULL, + false, true, BLACK, BLACK, + mons_hallzot_rare, mons_hallzot_level, + NULL, NULL, NULL, NULL, + 1, 'Z', false, true }, + { BRANCH_INFERNO, BRANCH_MAIN_DUNGEON, -1, -1, 0, 0, NUM_FEATURES, NUM_FEATURES, NULL, NULL, NULL, @@ -299,15 +308,6 @@ Branch branches[] = { NULL, NULL, NULL, NULL, 0, '0', false, false }, - { BRANCH_HALL_OF_ZOT, BRANCH_MAIN_DUNGEON, 5, 27, BFLAG_HAS_ORB, 0, - DNGN_ENTER_ZOT, DNGN_RETURN_FROM_ZOT, - "Zot", "the Realm of Zot", "Zot", - NULL, - false, true, BLACK, BLACK, - mons_hallzot_rare, mons_hallzot_level, - NULL, NULL, NULL, NULL, - 1, 'Z', false, true }, - { BRANCH_CAVERNS, BRANCH_MAIN_DUNGEON, -1, -1, 0, 0, NUM_FEATURES, NUM_FEATURES, NULL, NULL, NULL, -- cgit v1.2.3-54-g00ecf