Fix for issue with Mul Daya Channelers. All tests pass.

This commit is contained in:
magenoxx 2012-04-07 11:09:20 +04:00
parent 89cec1c2b2
commit 53b2893a81

View file

@ -57,6 +57,7 @@ public class DrawStep extends Step<DrawStep> {
//20091005 - 504.1/703.4c
activePlayer.drawCards(1, game);
// game.saveState();
game.applyEffects();
super.beginStep(game, activePlayerId);
}