ModernUO/Projects/UOContent/Engines/Ethics
Jack 6745cf2075
feat: Adds Mobile.Murderer virtual property, consolidates kill-threshold checks (#2355)
## 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)
2026-03-06 08:36:41 -08:00
..
Core fix: Fixes ethics causing crashes when not used (#1972) 2024-10-15 17:02:11 -07:00
Definitions fix: Converts ethics system to generic entity persistence (#1824) 2024-06-16 10:26:09 -07:00
Evil fix: Fixes ethics causing crashes when not used (#1972) 2024-10-15 17:02:11 -07:00
Hero feat: Adds Mobile.Murderer virtual property, consolidates kill-threshold checks (#2355) 2026-03-06 08:36:41 -08:00