Remove Quasar Recoil (#10842)

Currently, Quasar moves backwards whenever it shoots. I propose completely removing this recoil. 

Discussion pending. https://discord.com/channels/391020510269669376/813425645518061678/1375623453453058050
This commit is contained in:
50275
2025-05-23 20:20:46 -04:00
committed by GitHub
parent 91ca60e90f
commit c7c4ed6bae

View File

@@ -437,7 +437,7 @@ public class UnitTypes{
bullet = new LaserBulletType(){{
damage = 45f;
recoil = 1f;
recoil = 0f;
sideAngle = 45f;
sideWidth = 1f;
sideLength = 70f;