On Wed, 12 Nov 1997, John Evans wrote:
> if (!IS_NPC(ch) || IS_NPC(victim) || PRF_FLAGGED(vict, PRF_NOHASSLE))
> return;
Should read:
if (!IS_NPC(ch) || IS_NPC(victim) || PRF_FLAGGED(victim, PRF_NOHASSLE))
return;
*wap John*
John Evans <evansj@hi-line.net>
May the source be with you.
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST