Skip to content

Commit

Permalink
Update Turret.java
Browse files Browse the repository at this point in the history
one last adjustement, hopefully
  • Loading branch information
SomeonesShade authored Oct 26, 2024
1 parent 536c719 commit 2a953c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Turret extends ReloadTurret{
public float inaccuracy = 0f;
/** Fraction of bullet velocity that is random. */
public float velocityRnd = 0f;
/** Fraction of lifetime that is added. */
/** Fraction of lifetime that is added to bullets with lifeScale. */
public float scaleLifetimeOffset = 0f;
/** Maximum angle difference in degrees at which turret will still try to shoot. */
public float shootCone = 8f;
Expand Down

0 comments on commit 2a953c8

Please sign in to comment.