customize role, race, gender, align choices (trunk only)

Support negation syntax to restrict unwanted race, role, gender, align
options:
        OPTIONS=role:!knight, role:!tourist, race:!orc
prevents them from being picked randomly or
appearing in the pick lists at the start of the game.
This commit is contained in:
nethack.allison
2005-01-15 14:01:47 +00:00
parent 4a7c9490fe
commit b064510a9b
3 changed files with 235 additions and 88 deletions

View File

@@ -1802,6 +1802,7 @@ E const char *FDECL(Hello, (struct monst *));
E const char *NDECL(Goodbye);
E char *FDECL(build_plselection_prompt, (char *, int, int, int, int, int));
E char *FDECL(root_plselection_prompt, (char *, int, int, int, int, int));
E boolean FDECL(setrolefilter, (char *));
/* ### rumors.c ### */