m #optionsfull
Preceding #options or the key bound to that with m runs 'advanced' options. Implement the inverse: preceding #optionsfull or the key bound to that with m now runs 'simple' options.
This commit is contained in:
@@ -2552,10 +2552,12 @@ struct ext_func_tab extcmdlist[] = {
|
||||
dosacrifice, AUTOCOMPLETE | CMD_M_PREFIX, NULL },
|
||||
{ 'o', "open", "open a door",
|
||||
doopen, 0, NULL },
|
||||
/* 'm #options' runs doset() */
|
||||
{ 'O', "options", "show option settings",
|
||||
doset_simple, IFBURIED | GENERALCMD | CMD_M_PREFIX, NULL },
|
||||
/* 'm #optionsfull' runs doset_simple() */
|
||||
{ '\0', "optionsfull", "show all option settings, possibly change them",
|
||||
doset, IFBURIED | GENERALCMD, NULL },
|
||||
doset, IFBURIED | GENERALCMD | CMD_M_PREFIX, NULL },
|
||||
/* #overview used to need autocomplete and has retained that even
|
||||
after being assigned to ^O [old wizard mode ^O is now #wizwhere] */
|
||||
{ C('o'), "overview", "show a summary of the explored dungeon",
|
||||
|
||||
Reference in New Issue
Block a user