summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-25 14:24:54 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-25 14:24:54 +0000
commitd54f454b7fc085b792e569ed131bc7be460768f7 (patch)
tree781338bfe86b9f6d7bf1c85b496d1e82634db520 /crawl-ref/source/database.cc
parent90159f80a56c4f294ca5adc0a0b25a034e09ff81 (diff)
downloadcrawl-ref-d54f454b7fc085b792e569ed131bc7be460768f7.tar.gz
crawl-ref-d54f454b7fc085b792e569ed131bc7be460768f7.zip
* Move randart book names into a new file, randbook.txt.
* Remove quotes from book names (use the props vector instead for book_has_title()), and occasionally allow random owner names for Sif's gifts (25% chance), as per FR 2532818. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8741 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index d13935d31b..177dc34949 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -77,6 +77,7 @@ static TextDB AllDBs[] =
"database/rand_wpn.txt", // mostly weapons
"database/rand_arm.txt", // mostly armour
"database/rand_all.txt", // jewellery and general
+ "database/randbook.txt", // artefact books
// This doesn't really belong here, but they *are* god gifts...
"database/monname.txt", // orcish names for Beogh to choose from
NULL),