mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-10 18:57:39 +07:00
Increased sector damage calculation radius
This commit is contained in:
parent
889fd64656
commit
baf6bdf6a5
@ -207,7 +207,7 @@ public class SectorDamage{
|
||||
//first, calculate the total health of blocks in the path
|
||||
|
||||
//radius around the path that gets counted
|
||||
int radius = 7;
|
||||
int radius = 9;
|
||||
IntSet counted = new IntSet();
|
||||
|
||||
for(Tile t : sparse2){
|
||||
|
Loading…
Reference in New Issue
Block a user