If no cards in hand during reconcile, 8 cards have to be drawn.

This commit is contained in:
marcins78@gmail.com
2011-09-21 15:08:58 +00:00
parent 235af5fe15
commit 348bfc0af4

View File

@@ -75,6 +75,8 @@ public class PlayerReconcilesAction implements Action {
}
}
}));
} else {
_effectQueue.add(new DrawCardEffect(_playerId, 8));
}
}