Increased sector damage calculation radius

This commit is contained in:
Anuken 2020-10-25 17:21:34 -04:00
parent 889fd64656
commit baf6bdf6a5

View File

@ -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){