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:
@@ -437,7 +437,7 @@ public class UnitTypes{
|
||||
|
||||
bullet = new LaserBulletType(){{
|
||||
damage = 45f;
|
||||
recoil = 1f;
|
||||
recoil = 0f;
|
||||
sideAngle = 45f;
|
||||
sideWidth = 1f;
|
||||
sideLength = 70f;
|
||||
|
||||
Reference in New Issue
Block a user