mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
* 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:
parent
b9ec919f06
commit
b752eacfaa
152 changed files with 1224 additions and 1681 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue