mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-08 14:24:52 +07:00
Increase wave spacing by 10sec every sector defeat
This commit is contained in:
parent
bc26d3ba7b
commit
87f9a077ac
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user