mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-14 00:16:16 +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
|
|
@ -131,10 +131,9 @@ ASPELL(spell_summon)
|
|||
if (!IS_NPC(victim) && !PRF_FLAGGED(victim, PRF_SUMMONABLE) &&
|
||||
!PLR_FLAGGED(victim, PLR_KILLER)) {
|
||||
send_to_char(victim, "%s just tried to summon you to: %s.\r\n"
|
||||
"%s failed because you have summon protection on.\r\n"
|
||||
"This failed because you have summon protection on.\r\n"
|
||||
"Type NOSUMMON to allow other players to summon you.\r\n",
|
||||
GET_NAME(ch), world[IN_ROOM(ch)].name,
|
||||
(ch->player.sex == SEX_MALE) ? "He" : "She");
|
||||
GET_NAME(ch), world[IN_ROOM(ch)].name);
|
||||
|
||||
send_to_char(ch, "You failed because %s has summon protection on.\r\n", GET_NAME(victim));
|
||||
mudlog(BRF, LVL_IMMORT, TRUE, "%s failed summoning %s to %s.", GET_NAME(ch), GET_NAME(victim), world[IN_ROOM(ch)].name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue