mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 18:11:45 +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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user