mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Fix for Kynaios And Tiro of Meletis
This commit is contained in:
parent
568f561c21
commit
e4d92cde48
1 changed files with 1 additions and 3 deletions
|
|
@ -141,9 +141,7 @@ 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);
|
||||
}
|
||||
player.drawCards(1, game);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue