## Summary - Adds `public virtual bool Murderer => Kills >= 5` property to `Mobile`, replacing ~30 scattered `Kills >= 5` / `Kills < 5` magic-number checks across the codebase - `BaseCreature` overrides `Murderer` to also return `true` when `AlwaysMurderer` is set - Updates `Corpse` serialization to v15, storing `_murderer` as a `bool` field (migrated from `int Kills >= 5` in earlier versions) |
||
|---|---|---|
| .. | ||
| Abilities | ||
| AI | ||
| Animals | ||
| Familiars | ||
| Guards | ||
| Healers | ||
| Hireables | ||
| Monsters | ||
| Special | ||
| Townfolk | ||
| Vendors | ||
| BaseCreature.cs | ||
| NPCSpeeds.cs | ||
| PlayerMobile.cs | ||
| VirtualMountItem.cs | ||