mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-09 22:32:33 +01:00
This update includes the transition to protocoloutput while maintaining backwards compatibility with all MUDs still using proc_colors
This commit is contained in:
parent
0fd579d3d4
commit
f0a80caaa3
25 changed files with 210 additions and 233 deletions
|
|
@ -364,7 +364,7 @@ void qedit_disp_flag_menu(struct descriptor_data *d)
|
|||
clear_screen(d);
|
||||
column_list(d->character, 0, aq_flags, NUM_AQ_FLAGS, TRUE);
|
||||
sprintbit(OLC_QUEST(d)->flags, aq_flags, bits, sizeof(bits));
|
||||
write_to_output(d, "\r\nQuest flags: @c%s@n\r\n"
|
||||
write_to_output(d, "\r\nQuest flags: \tc%s\tn\r\n"
|
||||
"Enter quest flags, 0 to quit : ", bits);
|
||||
OLC_MODE(d) = QEDIT_FLAGS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue