mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

Bad dt -1 maybe with thain? #201

Closed mattgodbolt closed 4 years ago

mattgodbolt commented 4 years ago
WIZNET: [*****] BUG: Dam_message: bad dt -1.
WIZNET: RohanJunior killed by the Thain at 1111
snellers commented 4 years ago

This is due to the simulated "bleeding" that happens in update.cpp once you hit <= 0 HP.

https://github.com/mattgodbolt/xania/blob/main/src/update.cpp#L617-L619

snellers commented 4 years ago

Solved by de720529fe5