Re: interpreter.c

From: Ron Hensley (strider@dmv.com)
Date: 12/04/95


Typo fix.....


> in damage():
> 
>   die(victim, ch);
> + if (IS_NPC(victim) && !IS_NPC(ch) && PRF_FLAGGED(ch, PRF_AUTOLOOT)
> +   command_interpreter(ch, "get all corpse");

should be:

+ if (IS_NPC(victim) && !IS_NPC(ch) && PRF_FLAGGED(ch, PRF_AUTOLOOT))
+   command_interpreter(ch, "get all corpse");

missing ) on the end there......

  ***************************************************************************
  *     Ron Hensley                 LordMUD         strider@hippy.org       *
  *     Computer Programmer      eagle.dmv.com      strider@dmv.com         *
  *     DelMarVa OnLine              4000           complaints@/dev/null    *
  *     749-1111 Ext. 403                                                   *
  ***************************************************************************



This archive was generated by hypermail 2b30 : 12/07/00 PST