Campaign balance

This commit is contained in:
Anuken
2020-11-24 12:35:04 -05:00
parent 7d43856735
commit 61bec243dc
7 changed files with 11 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ import mindustry.world.blocks.storage.*;
import static mindustry.Vars.*;
public class SectorDamage{
public static final int maxRetWave = 30, maxWavesSimulated = 50;
public static final int maxRetWave = 40, maxWavesSimulated = 50;
//direct damage is for testing only
private static final boolean direct = false, rubble = true;