From 4cad928d655daaef8b3d83de1a47cd3b7b92b4f0 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 26 May 2008 21:12:57 +0000 Subject: Outsource more miscellaneous names besides colors (glowing color types, writing types for Tomes of Destruction), and move them into their own file. Also, tweak the message for glowing colors used by scrolls of random uselessness so that they no longer have to start with consonants. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5269 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/database.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/database.cc') diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc index c1350cb2b4..6b7f0cf4b7 100644 --- a/crawl-ref/source/database.cc +++ b/crawl-ref/source/database.cc @@ -74,6 +74,8 @@ static TextDB AllDBs[] = "database/rand_all.txt", // jewellery and general // This doesn't really belong here, but they *are* god gifts... "database/monname.txt", // orcish names for Beogh to choose from + // This doesn't really belong here, but *can* be used by randarts... + "database/miscname.txt", // names for miscellaneous things NULL), TextDB( "db/speak", -- cgit v1.2.3-54-g00ecf