Increased sector damage calculation radius
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user