Closes Anuken/Mindustry-Suggestions/issues/5239

This commit is contained in:
Anuken 2024-09-28 23:31:48 -04:00
parent 339af6b3cc
commit 9df98c1962
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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;