Merge pull request #3653 from spjspj/master

Fix for Kynaios And Tiro of Meletis
This commit is contained in:
spjspj 2017-07-11 17:07:57 +10:00 committed by GitHub
commit eda0afb3d0

View file

@ -141,11 +141,9 @@ class KynaiosAndTirosEffect extends OneShotEffect {
for (UUID playerId : noLandPlayers) {
Player player = game.getPlayer(playerId);
if (player != null) {
if (player.chooseUse(outcome.DrawCard, "Draw a card?", source, game)) {
player.drawCards(1, game);
}
}
}
return true;
}
return false;