ModernUO/Projects/UOContent/Spells/Fourth
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
..
ArchCure.cs fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
ArchProtection.cs fix: Fixes targeting ground with spells (#1937) 2024-08-20 15:51:33 -07:00
Curse.cs fix: Fixes curse spell fizzling (#2193) 2025-05-25 14:58:02 -07:00
FireField.cs fix: Adjusts spell ranges to match OSI (#2171) 2025-05-01 20:03:56 -07:00
GreaterHeal.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Lightning.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
ManaDrain.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Recall.cs feat: Adds Mobile.Murderer virtual property, consolidates kill-threshold checks (#2355) 2026-03-06 08:36:41 -08:00