Campaign fixes & balance

This commit is contained in:
Anuken
2020-11-23 10:36:41 -05:00
parent 075be1a862
commit dcbe06229c
9 changed files with 26 additions and 22 deletions

View File

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