Slightly change mechanics of simulateUntilWin (#2772)

* Slightly change mechanics of simulateUntilWin

* Forgot to turn off some debugging switch
This commit is contained in:
Alexander Korolyov
2020-06-25 21:32:00 +02:00
committed by GitHub
parent aa677042dd
commit 4c7970f5d7
3 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@ class BasicTests {
!game.superchargedForDebug
&& !game.viewEntireMapForDebug
&& game.simulateUntilTurnForDebug <= 0
&& game.simulateUntilWinOrLose <= 0
&& !game.simulateUntilWin
&& !game.scenarioDebugSwitch)
}