(ichr, pchr, dchr, intrchr): Move initializer to new builtin config

files item.config, product.config, sect.config, infra.config.
(empfile): Declare the new config files.  Reorder table entries so
that read_builtin_tables() reads the config files in the right order.

(bigcity_dchr, opt_BIG_CITY, init_dchr): Remove.  Deities can edit
sect.config instead.
This commit is contained in:
Markus Armbruster 2006-06-04 09:34:39 +00:00
parent a835a4b4d3
commit 3aea20e1de
13 changed files with 248 additions and 148 deletions

View file

@ -149,8 +149,6 @@ EMPCFBOTH("game_hours", game_hours, char *, NSC_STRING, 0,
EMPCF_COMMENT("\n\n### Options")
EMPCF_OPT("ALL_BLEED", opt_ALL_BLEED,
"Let tech bleed to everyone, not just allies")
EMPCF_OPT("BIG_CITY", opt_BIG_CITY,
"Allow 10x civs in 'c' sectors")
EMPCF_OPT("BLITZ", opt_BLITZ,
"Enable blitz mode")
EMPCF_OPT("BRIDGETOWERS", opt_BRIDGETOWERS,