mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 02:30:13 +01:00
Added numerous NPC checks to PRF checks and fixed nogos/nowiz in who. --Rumble
This commit is contained in:
parent
f89d806fc2
commit
76d1d89597
5 changed files with 13 additions and 13 deletions
|
|
@ -191,7 +191,7 @@ ACMD(do_send)
|
|||
send_to_char(vict, "%s\r\n", buf);
|
||||
mudlog(CMP, MAX(LVL_GOD, GET_INVIS_LEV(ch)), TRUE, "(GC) %s sent %s: %s", GET_NAME(ch), GET_NAME(vict), buf);
|
||||
|
||||
if (PRF_FLAGGED(ch, PRF_NOREPEAT))
|
||||
if (!IS_NPC(ch) && PRF_FLAGGED(ch, PRF_NOREPEAT))
|
||||
send_to_char(ch, "Sent.\r\n");
|
||||
else
|
||||
send_to_char(ch, "You send '%s' to %s.\r\n", buf, GET_NAME(vict));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue