* Optimized handling and call of player.choose choice to prevent problems if a player disconnects or left a game (#4263).

This commit is contained in:
LevelX2 2018-02-04 17:51:12 +01:00
parent b9ec919f06
commit b752eacfaa
152 changed files with 1224 additions and 1681 deletions

View file

@ -68,7 +68,7 @@ public class BestowTest extends CardTestPlayerBase {
@Test
public void bestowEnchantmentToCreature() {
addCard(Zone.BATTLEFIELD, playerA, "Plains", 5);
addCard(Zone.BATTLEFIELD, playerA, "Silent Artisan");
addCard(Zone.BATTLEFIELD, playerA, "Silent Artisan"); // 3/5
addCard(Zone.HAND, playerA, "Hopeful Eidolon");
addCard(Zone.HAND, playerA, "Gods Willing");