CHanging how the turn ends.
This commit is contained in:
@@ -12,8 +12,6 @@ public class BetweenTurnsProcess implements GameProcess {
|
||||
|
||||
String nextPlayer = playOrder.getNextPlayer();
|
||||
game.getGameState().startPlayerTurn(nextPlayer);
|
||||
game.getGameState().startAffectingCardsForCurrentPlayer(game);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -9,6 +9,8 @@ import com.gempukku.lotro.logic.timing.results.StartOfTurnResult;
|
||||
public class StartOfTurnGameProcess implements GameProcess {
|
||||
@Override
|
||||
public void process(LotroGame game) {
|
||||
game.getGameState().startAffectingCardsForCurrentPlayer(game);
|
||||
|
||||
SystemQueueAction action = new SystemQueueAction();
|
||||
|
||||
action.appendEffect(
|
||||
|
||||
Reference in New Issue
Block a user