Campaign fixes & balance
This commit is contained in:
@@ -233,7 +233,7 @@ public class SectorDamage{
|
||||
//first, calculate the total health of blocks in the path
|
||||
|
||||
//radius around the path that gets counted
|
||||
int radius = 8;
|
||||
int radius = 9;
|
||||
IntSet counted = new IntSet();
|
||||
|
||||
for(Tile t : sparse2){
|
||||
|
||||
Reference in New Issue
Block a user