mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Standardized pronoun usage for some commands.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user