diff --git a/core/assets/maps/siege.msav b/core/assets/maps/siege.msav index 0564e38db3..a3be106191 100644 Binary files a/core/assets/maps/siege.msav and b/core/assets/maps/siege.msav differ diff --git a/core/src/mindustry/world/blocks/defense/turrets/Turret.java b/core/src/mindustry/world/blocks/defense/turrets/Turret.java index 947b87f767..8c58f51a63 100644 --- a/core/src/mindustry/world/blocks/defense/turrets/Turret.java +++ b/core/src/mindustry/world/blocks/defense/turrets/Turret.java @@ -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;