From e828bafa67e06c97dad7b9fcf2851e6ab5b00f28 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 4 Jan 2009 20:50:21 +0000 Subject: Introduce a number of new uniques taken from a patch by castamir. These are: * Roxanne (statue spellcaster) * Sonja (Kobold assassin) * Eustachio (human summoner, was: Francisco) * Azrael (efreet, was: Abdul) * Ilsuiw (Merfolk witch * Prince Ribbit (blink frog prince) * Nergalle (orc sorceress) * Saint Roka (orc priest of Beogh) Tweaked make_book_theme_randart() to allow for one forced spell and owner's name. Used to occasionally give Roxanne a randart book containing Statue Form. (Was: always book of earth) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8207 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/place.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/place.cc') diff --git a/crawl-ref/source/place.cc b/crawl-ref/source/place.cc index aa09c9ef45..78bd1d68c7 100644 --- a/crawl-ref/source/place.cc +++ b/crawl-ref/source/place.cc @@ -160,7 +160,7 @@ int absdungeon_depth(branch_type branch, int subdepth) else { --subdepth; - while ( branch != BRANCH_MAIN_DUNGEON ) + while (branch != BRANCH_MAIN_DUNGEON) { subdepth += branches[branch].startdepth; branch = branches[branch].parent_branch; -- cgit v1.2.3-54-g00ecf