Some small formatting changes, and some stray @ symbols cleaned up

This commit is contained in:
Vatiken 2012-03-24 14:41:24 +00:00
parent 6a342723ed
commit 5c317f6863
10 changed files with 17 additions and 22 deletions

View file

@ -1341,7 +1341,7 @@ ACMD(do_who)
send_to_char(ch, "%d characters displayed.\r\n", num_can_see);
if (IS_HAPPYHOUR > 0){
send_to_char(ch, "It's a Happy Hour! Type @Rhappyhour@W to see the current bonuses.\r\n");
send_to_char(ch, "It's a Happy Hour! Type \tRhappyhour\tW to see the current bonuses.\r\n");
}
}
@ -2559,7 +2559,7 @@ ACMD(do_areas)
len += tmp_len;
if (overlap_shown) {
tmp_len = snprintf(buf+len, sizeof(buf)-len, "Areas shown in @rred@n may have some creatures outside the specified range.\r\n");
tmp_len = snprintf(buf+len, sizeof(buf)-len, "Areas shown in \trred\tn may have some creatures outside the specified range.\r\n");
len += tmp_len;
}