## 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) |
||
|---|---|---|
| .. | ||
| HelpEvents.cs | ||
| HelpGump.cs | ||
| HelpTopic.cs | ||
| PagePrompt.cs | ||
| PagePromptGump.cs | ||
| PageQueue.cs | ||
| PageQueueGump.cs | ||
| PageResponseGump.cs | ||
| SpeechLog.cs | ||
| SpeechLogGump.cs | ||
| StuckMenu.cs | ||