Delta-v/Content.Server/ParticleAccelerator/EntitySystems
Pieter-Jan Briers a90e7585b9
More PA fixes (#18131)
If the PA Control Box isn't rotated to match the Fuel Chamber, it actually rotates itself to match.

This rotation triggered a rotation event, which in turn caused RescanParts() to run again, re-entrantly. This broke everything.

Fixed by adding a boolean to just guard against this.
2023-07-18 14:55:18 -06:00
..
ParticleAcceleratorSystem.ControlBox.cs Cleaner BoundUserInterfaces (#17736) 2023-07-09 02:02:17 +10:00
ParticleAcceleratorSystem.Emitter.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00
ParticleAcceleratorSystem.Parts.cs More PA fixes (#18131) 2023-07-18 14:55:18 -06:00
ParticleAcceleratorSystem.PowerBox.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00
ParticleAcceleratorSystem.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00