[Mobile] add Experimental Rollback Phase

This commit is contained in:
Anthony Calosa
2021-03-14 11:57:20 +08:00
parent 84aaccc3da
commit 68ecf41511
17 changed files with 95 additions and 7 deletions

View File

@@ -1153,7 +1153,7 @@ public class PhaseHandler implements java.io.Serializable {
}
turn = cturn;
game.fireEvent(new GameEventTurnPhase(playerTurn, phase, ""));
game.fireEvent(new GameEventTurnPhase(playerTurn, phase, "dev"));
if (endCombat) {
endCombat(); // not-null can be created only when declare attackers phase begins
}