ModernUO/Projects/UOContent/Spells/Third
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
..
Bless.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
Fireball.cs fix: Removes duplicative spell checks (#849) 2021-11-14 18:45:16 -08:00
MagicLock.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
Poison.cs fix: Fixes divide by zero in poison spell (#883) 2021-12-09 11:57:55 -08:00
Telekinesis.cs fix: Fixes targeting checks (#869) 2021-12-01 08:15:16 -08:00
Teleport.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
Unlock.cs fix: Fixes first/second scrolls crashing (#891) 2021-12-24 15:26:12 -08:00
WallOfStone.cs fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00