mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 15:04:07 +01:00
Standardized pronoun usage for some commands.
This commit is contained in:
parent
3b64000d9f
commit
258faf2fa4
7 changed files with 17 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue