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

@@ -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);