mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-23 01:16:09 +01:00
Fixed redit/zedit menu's, added oedit delet option again to do some testing --Rumble
This commit is contained in:
parent
6240083445
commit
e4cdc51eb1
4 changed files with 6 additions and 2 deletions
|
|
@ -660,6 +660,7 @@ static void oedit_disp_menu(struct descriptor_data *d)
|
|||
"%sP%s) Perm Affects: %s%s\r\n"
|
||||
"%sS%s) Script : %s%s\r\n"
|
||||
"%sW%s) Copy object\r\n"
|
||||
"%sX%s) Delete object\r\n"
|
||||
"%sQ%s) Quit\r\n"
|
||||
"Enter choice : ",
|
||||
|
||||
|
|
@ -677,6 +678,7 @@ static void oedit_disp_menu(struct descriptor_data *d)
|
|||
grn, nrm, cyn, buf2,
|
||||
grn, nrm, cyn, OLC_SCRIPT(d) ? "Set." : "Not Set.",
|
||||
grn, nrm,
|
||||
grn, nrm,
|
||||
grn, nrm
|
||||
);
|
||||
OLC_MODE(d) = OEDIT_MAIN_MENU;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue