mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
Turret stat fix
This commit is contained in:
@ -105,7 +105,7 @@ public abstract class Turret extends Block{
|
||||
|
||||
stats.add(BlockStat.shootRange, range, StatUnit.blocks);
|
||||
stats.add(BlockStat.inaccuracy, (int) inaccuracy, StatUnit.degrees);
|
||||
stats.add(BlockStat.reload, 60f / reload, StatUnit.seconds);
|
||||
stats.add(BlockStat.reload, 60f / reload, StatUnit.none);
|
||||
stats.add(BlockStat.shots, shots, StatUnit.none);
|
||||
stats.add(BlockStat.targetsAir, targetAir);
|
||||
}
|
||||
|
Reference in New Issue
Block a user