forked from kyonshi/grenzland-mud
Fixed color bleed and made wiznet viewable in OLC --Rumble
This commit is contained in:
@@ -2220,12 +2220,8 @@ ACMD(do_wiznet)
|
||||
if (IS_PLAYING(d) && (GET_LEVEL(d->character) >= level) &&
|
||||
(!PRF_FLAGGED(d->character, PRF_NOWIZ))
|
||||
&& (d != ch->desc || !(PRF_FLAGGED(d->character, PRF_NOREPEAT)))) {
|
||||
if (CAN_SEE(d->character, ch))
|
||||
msg = act(buf1, FALSE, d->character, 0, 0, TO_CHAR | DG_NO_TRIG);
|
||||
else
|
||||
msg = act(buf2, FALSE, d->character, 0, 0, TO_CHAR | DG_NO_TRIG);
|
||||
|
||||
add_history(d->character, msg, HIST_WIZNET);
|
||||
add_history(d->character, msg, HIST_WIZNET);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -703,9 +703,9 @@ void zedit_disp_levels(struct descriptor_data *d)
|
||||
"\ty2\tn) Set maximum level recommendation\r\n"
|
||||
"\ty3\tn) Clear level recommendations\r\n\r\n"
|
||||
"\ty0\tn) Quit to main menu\r\n"
|
||||
"\tgCurrent Setting: %s%s\r\n"
|
||||
"\tgCurrent Setting: %s%s%s\r\n"
|
||||
"\r\n"
|
||||
"Enter choice (0 to quit): ", levels_set ? "\tc" : "\ty", lev_string
|
||||
"Enter choice (0 to quit): ", levels_set ? "\tc" : "\ty", lev_string, "\tn"
|
||||
);
|
||||
OLC_MODE(d) = ZEDIT_LEVELS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user