Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CF: slaying and immune
- To: crossfire (at) ifi.uio.no
- Subject: Re: CF: slaying and immune
- From: Tero Pelander <>
- Date: Sat, 18 May 1996 21:22:37 +0300 (EET DST)
- In-Reply-To: <>
- Sender: owner-crossfire
On Fri, 17 May 1996, KAWAMOTO Yosihisa wrote:
> Hello. There is a bug report in Crossfire JP mailing list.
>
> In server/attack.c, there is related conditions about slaying and
> immune. But there are no relations between them, the bug
> reporter said. Is this a bug?
>
> if (hitter->slaying) {....}
> else if (op->immune&type){...}
> ^^^^
> This is a patch for this.
It is not a bug. Think about vampire (immune physical) and stake (slaying
vampire, physical attack).