ModernUO/Projects/UOContent/Spells/Targeting
Kamron Batman b8ad5c671d
fix: Fixes double calls with Target cancel and spell sequences (#1840)
### Summary
- Cleans up target cancellation being called incorrectly.
- An invalid target type (which should never happen), now calls `OnTargetUntargetable` instead of `OnTargetCanceled`
- Removes double calls to `FinishSequence` in Spells.
2024-06-17 15:19:06 -07:00
..
IRecallSpell.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
ISpellTarget.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
RecallSpellTarget.cs fix: Fixes double calls with Target cancel and spell sequences (#1840) 2024-06-17 15:19:06 -07:00
SpellTargetItem.cs fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00
SpellTargetMobile.cs fix: Fixes double calls with Target cancel and spell sequences (#1840) 2024-06-17 15:19:06 -07:00
SpellTargetPoint3D.cs fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00