I'm running the 3.1.0beta. Having defeated Morgoth, I notice that the artifact drops are both buggy:
The Massive Iron Crown of Morgoth [0,+4] (+0) 2.0 lb
The Mighty Hammer 'Grond' (3d9) (+3,+8) 20.0 lb
The weights are wrong, the pluses are wrong; pretty much everything is wrong except the name.
There is at least one other post showing Grond as a 3d9 weapon, so it isn't only me. But there are plenty of other posts that look correct, so it is something peculiar.
I am using a version I compiled from the source on an old SGI box running IRIX. This is a big-endian machine, which is one possible difference. I'm pretty sure the compiler I used treats "char" as "unsigned char" by default, which is another possible difference.
The Massive Iron Crown of Morgoth [0,+4] (+0) 2.0 lb
The Mighty Hammer 'Grond' (3d9) (+3,+8) 20.0 lb
The weights are wrong, the pluses are wrong; pretty much everything is wrong except the name.
There is at least one other post showing Grond as a 3d9 weapon, so it isn't only me. But there are plenty of other posts that look correct, so it is something peculiar.
I am using a version I compiled from the source on an old SGI box running IRIX. This is a big-endian machine, which is one possible difference. I'm pretty sure the compiler I used treats "char" as "unsigned char" by default, which is another possible difference.
Comment