1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-19 20:37:28 +03:00

Increased PPT range

This commit is contained in:
Anuken 2021-08-11 11:36:20 -04:00
parent 5d86390e28
commit c2720bbc33

View File

@ -2035,7 +2035,7 @@ public class Blocks implements ContentList{
size = 5;
reloadTime = 140f;
chargeTime = 100f;
range = 600f;
range = 1000f;
maxPayloadSize = 3.5f;
consumes.power(6f);
}};