fix singulo decay (#28743)

This commit is contained in:
Nemanja
2024-06-08 10:36:47 -04:00
committed by GitHub
parent 33e68dc51f
commit 4089d6a664
3 changed files with 7 additions and 81 deletions

View File

@@ -49,7 +49,7 @@ public sealed partial class ParticleAcceleratorSystem
ParticleAcceleratorPowerState.Level0 => 1,
ParticleAcceleratorPowerState.Level1 => 2,
ParticleAcceleratorPowerState.Level2 => 3,
ParticleAcceleratorPowerState.Level3 => 10,
ParticleAcceleratorPowerState.Level3 => 6,
_ => 0,
} * 10;
}