Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Artifact bug... FIXED, correction included
- To: Christian Magnusson <>
- Subject: Re: Artifact bug... FIXED, correction included
- From: Peter Mardahl <>
- Date: Thu, 27 Oct 1994 15:43:15 -0700
- cc: crossfire (at) ifi.uio.no
- In-reply-to: Your message of "Thu, 27 Oct 1994 07:09:18 BST." <>
In message <>, Christian Magnusson
writes:
>
>There seem to be a problem with an artifact called
>
>
>Allowed all
>chance 60
>difficulty 9
>Object Unholiness
>face amulet_lif.111
>type 39
>value 10
>path_repelled 385
>path_attuned 131136
>damned 1
>cursed 1
>end
>
131136....
that should translate to be...
yes, that's definitely wrong, and probably causes seg faults.
There is no path 131072.
I fixed this once-upon
a time, but apparently it got unfixed at some
juncture.
The correct paths are 0x040, 0x080
for
path_attuned 192
Please make a note of it. :)
Regards,
PeterM