ModernUO/Projects/UOContent/Spells/Fifth
Kamron Batman 23532db603
fix: Cleans up LINQ calls. (#965)
- [X] Removes several `ToList()` uses with `PooledRefQueue`
- [X] Adds a `PeekRandom` to PooledRefQueue
- [X] Updates EV/BS so they dispel each other in a more efficient manner.
- [X] Fixes Firebomb so it works like a normal firefield.
- [X] Fixes field spells so they aren't unnecessarily using a Point3D ref more than necessary.
- [X] Removes extra allocation in campfire by using reverse loop.
- [X] Removes other LINQ calls that aren't needed.
2022-03-20 19:20:54 -07:00
..
BladeSpirits.cs fix: Cleans up spell targeting (#851) 2021-11-14 21:07:54 -08:00
DispelField.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
Incognito.cs fix: More spell variable cleanup (#850) 2021-11-14 18:48:44 -08:00
MagicReflect.cs fix: Fixes badly formatted files (#878) 2021-12-05 08:56:09 -08:00
MindBlast.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
Paralyze.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
PoisonField.cs fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
SummonCreature.cs fix: Cleans up spell info variable (#848) 2021-11-14 18:31:32 -08:00