Standardized pronoun usage for some commands.

This commit is contained in:
wyld-sw
2015-06-19 14:25:08 -04:00
parent 3b64000d9f
commit 258faf2fa4
7 changed files with 17 additions and 16 deletions

View File

@@ -217,7 +217,7 @@ ACMD(do_reply)
tch = tch->next;
if (!tch)
send_to_char(ch, "They are no longer playing.\r\n");
send_to_char(ch, "That player is no longer here.\r\n");
else if (is_tell_ok(ch, tch)) {
if (CONFIG_SPECIAL_IN_COMM && legal_communication(argument))
parse_at(argument);