mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-29 04:16:09 +01:00
Stat zone no arg defaults to current zone and fixed shop listing color formatting. --Rumble
This commit is contained in:
parent
52194dacdd
commit
9b3bc051f9
4 changed files with 6 additions and 4 deletions
|
|
@ -1076,7 +1076,7 @@ ACMD(do_stat)
|
|||
}
|
||||
} else if (is_abbrev(buf1, "zone")) {
|
||||
if (!*buf2) {
|
||||
send_to_char(ch, "Stats on which zone?\r\n");
|
||||
print_zone(ch, zone_table[world[IN_ROOM(ch)].zone].number);
|
||||
return;
|
||||
} else {
|
||||
print_zone(ch, atoi(buf2));
|
||||
|
|
@ -1288,6 +1288,7 @@ ACMD(do_return)
|
|||
{
|
||||
if (!IS_NPC(ch) && !ch->desc->original) {
|
||||
do_cheat(ch);
|
||||
run_autowiz();
|
||||
}
|
||||
|
||||
if (ch->desc && ch->desc->original) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue