change(home/modules/nethack): remove default roles (choose option), change interface settings
This commit is contained in:
parent
644085925b
commit
d26c2e9012
@ -3,7 +3,7 @@
|
||||
enable = true;
|
||||
nethack_options = {
|
||||
windowtype = "curses";
|
||||
align_message = "bottom";
|
||||
align_message = "top";
|
||||
msg_window = "reverse";
|
||||
msghistory = 1000;
|
||||
statuslines = 3;
|
||||
@ -24,30 +24,12 @@
|
||||
autopickup = true;
|
||||
pickup_burden = "B";
|
||||
disclose = "+iagcvo";
|
||||
sortloot = "full";
|
||||
runmode = "crawl";
|
||||
sortloot = "none";
|
||||
runmode = "walk";
|
||||
boulder = "0";
|
||||
|
||||
gender = "male";
|
||||
};
|
||||
|
||||
choose_options = {
|
||||
wizard.nethack_options = {
|
||||
race = "elf";
|
||||
role = "wizard";
|
||||
pickup_types = ''$!="+?'';
|
||||
};
|
||||
|
||||
tourist.nethack_options = {
|
||||
role = "tourist";
|
||||
pickup_types = ''$!="+?'';
|
||||
};
|
||||
|
||||
caveman.nethack_options = {
|
||||
race = "dwarf";
|
||||
role = "caveman";
|
||||
pickup_types = ''$!=%"?()'';
|
||||
};
|
||||
pickup_types = ''$!=/?'';
|
||||
};
|
||||
|
||||
hilite_status = {
|
||||
|
Loading…
Reference in New Issue
Block a user