CHanging how the turn ends.

This commit is contained in:
marcins78
2013-02-01 12:40:52 +00:00
parent 214e1f6b17
commit 13da5bd248
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,6 @@ public class BetweenTurnsProcess implements GameProcess {
String nextPlayer = playOrder.getNextPlayer();
game.getGameState().startPlayerTurn(nextPlayer);
game.getGameState().startAffectingCardsForCurrentPlayer(game);
}
@Override

View File

@@ -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(