Map fixes

This commit is contained in:
Anuken
2020-11-15 20:34:02 -05:00
parent bedf93f0e0
commit bf79e1a3d7
2 changed files with 2 additions and 2 deletions

View File

@@ -335,9 +335,9 @@ public class SectorDamage{
info.waveDpsSlope = reg.slope;
//enemy units like to aim for a lot of non-essential things, so increase resulting health slightly
info.sumHealth = sumHealth * 1.2f;
info.sumHealth = sumHealth * 1.3f;
//players tend to have longer range units/turrets, so assume DPS is higher
info.sumDps = sumDps * 1.2f;
info.sumDps = sumDps * 1.3f;
info.sumRps = sumRps;
info.wavesSurvived = getWavesSurvived(info);