ModernUO/Projects/UOContent/Spells/Third
Kamron Batman 9b7fea2c20
fix: Magic NPCs now use spell range (#1870)
### Summary
- Drastically streamlines the spell targeting by collapsing the target classes into a single `SpellTarget<T>` class.
- Moves TargetRange to the spell itself so it can be used by MageAI.
- Changes range check in MageAI to use TargetRange. This should fix target acquisition bugs
2024-08-08 07:05:27 -07:00
..
Bless.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Fireball.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
MagicLock.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Poison.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Telekinesis.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Teleport.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
Unlock.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00
WallOfStone.cs fix: Magic NPCs now use spell range (#1870) 2024-08-08 07:05:27 -07:00