Твики (#575)

* faster skates

* better rotation for RCD

* remove WarpPoint component from station beacon

* cleanup

* add robust singulo

* buff land mines

* better l6

* wd edit

* removing embed projectiles faster now

* da ebanniy rot ya vse pereputal
This commit is contained in:
ThereDrD
2024-08-20 04:01:10 +03:00
committed by GitHub
parent 39e89210d8
commit 33d969b36d
12 changed files with 64 additions and 45 deletions

View File

@@ -51,7 +51,7 @@ public sealed partial class ParticleAcceleratorSystem
ParticleAcceleratorPowerState.Level2 => 3,
ParticleAcceleratorPowerState.Level3 => 10,
_ => 0,
} * 10;
} * 3.3f;
}
if (TryComp<ParticleProjectileComponent>(emitted, out var particle))