Increase wave spacing by 10sec every sector defeat

This commit is contained in:
Anuken 2020-12-11 12:43:43 -05:00
parent bc26d3ba7b
commit 87f9a077ac
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -335,6 +335,8 @@ public class Control implements ApplicationListener, Loadable{
state.wave = 1;
//set up default wave time
state.wavetime = state.rules.waveSpacing * 2f;
//slightly increase wave spacing as a handicap
state.rules.waveSpacing += 60f * 10;
//reset captured state
sector.info.wasCaptured = false;
//re-enable waves