Delta-v/Content.Server/ParticleAccelerator/Components
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
..
ParticleAcceleratorControlBoxComponent.cs More PA fixes (#18131) 2023-07-18 14:55:18 -06:00
ParticleAcceleratorEmitterComponent.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00
ParticleAcceleratorEndCapComponent.cs Remove PA component references (#15252) 2023-04-10 14:10:33 +10:00
ParticleAcceleratorFuelChamberComponent.cs Remove PA component references (#15252) 2023-04-10 14:10:33 +10:00
ParticleAcceleratorPartComponent.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00
ParticleAcceleratorPowerBoxComponent.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00
ParticleProjectileComponent.cs Converts the particle accelerator over to ECS + misc (#17075) 2023-06-08 16:25:59 +10:00