mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Fixed color bleed and made wiznet viewable in OLC --Rumble
This commit is contained in:
parent
bec211195b
commit
d27f03899f
3 changed files with 5 additions and 7 deletions
|
@ -3,6 +3,8 @@ help, find any bugs, or have ideas for improvement please stop by TBA at
|
|||
telnet://tbamud.com:9091 or email rumble@tbamud.com --Rumble
|
||||
@
|
||||
[Apr 08 2013] - Rumble
|
||||
Fixed wizlist so it is viewable in OLC again. (Thanks Silvaria)
|
||||
Fixed color bleeding in level range menu. (Thanks Silvaria)
|
||||
Fixed typos, updated help.
|
||||
[Apr 03 2013] - Rumble
|
||||
Fixed typo in Whirlwind
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue