BlueLagoon: Fixed endPhase

This commit is contained in:
2023-05-01 17:56:30 +10:00
parent 0a69fe6555
commit f0982d1c72

View File

@@ -724,6 +724,7 @@ public class BlueLagoon {
if (state.getCurrentPhase() == 'E') {
state.cleanBoard();
state.distributeResources();
state.nextPhase();
}
return state.toString();
}