Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Sep 29, 2024
1 parent 339af6b commit 9df98c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified core/assets/maps/siege.msav
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Turret extends ReloadTurret{
public float shootX = 0f, shootY = Float.NEGATIVE_INFINITY;
/** Random spread on the X axis. */
public float xRand = 0f;
/** Range at which it finds and locks on to the taget, but does not shoot. */
/** Range at which it finds and locks on to the target, but does not shoot. */
public float trackingRange = 0f;
/** Minimum bullet range. Used for artillery only. */
public float minRange = 0f;
Expand Down

0 comments on commit 9df98c1

Please sign in to comment.