mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Fixes typo on Payload Mass Drivers (#8090)
Co-authored-by: Garen7 <Garen7@users.noreply.github.com>
This commit is contained in:
parent
c78adb12aa
commit
832b5e62bf
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class PayloadMassDriver extends PayloadBlock{
|
|||
super.setStats();
|
||||
|
||||
stats.add(Stat.payloadCapacity, StatValues.squared(maxPayloadSize, StatUnit.blocksSquared));
|
||||
stats.add(Stat.reload, 60f / (chargeTime + reload), StatUnit.seconds);
|
||||
stats.add(Stat.reload, 60f / (chargeTime + reload), StatUnit.perSecond);
|
||||
stats.add(Stat.shootRange, range / tilesize, StatUnit.blocks);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue