From 1aa4f83dcacb9e6c03758649d50e3c79b64b9afa Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sat, 26 Apr 2008 15:50:39 +0000 Subject: Change friendly pickup from a toggle to a more userfriendly, easily abortable prompt, and move orc names into a file of their own. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4670 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 461e401d80..bfb5730f83 100644 --- a/crawl-ref/source/database.cc +++ b/crawl-ref/source/database.cc @@ -72,6 +72,8 @@ static TextDB AllDBs[] = "database/rand_wpn.txt", // mostly weapons "database/rand_arm.txt", // mostly armour "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 NULL), TextDB( "db/speak", -- cgit v1.2.3-54-g00ecf