BlueLagoon: Fixed endPhase

This commit is contained in:
Nathan Woodburn 2023-05-01 17:56:30 +10:00
parent 0a69fe6555
commit f0982d1c72
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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