Stat zone no arg defaults to current zone and fixed shop listing color formatting. --Rumble

This commit is contained in:
Rumble 2007-07-02 13:52:06 +00:00
parent 52194dacdd
commit 9b3bc051f9
4 changed files with 6 additions and 4 deletions

View file

@ -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) {