mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
- Fixed Barter in Blood. Improved test for it.
This commit is contained in:
parent
d1f3e62d03
commit
2e5be475b0
2 changed files with 17 additions and 57 deletions
|
|
@ -16,7 +16,12 @@ public class BarterInBloodTest extends CardTestPlayerBase {
|
|||
public void testSacrifice() {
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Swamp", 4);
|
||||
addCard(Constants.Zone.HAND, playerA, "Barter in Blood");
|
||||
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Memnite");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Royal Assassin");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerA, "Sengir Vampire");
|
||||
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Island");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Flowering Lumberknot");
|
||||
addCard(Constants.Zone.BATTLEFIELD, playerB, "Moorland Inquisitor");
|
||||
|
||||
|
|
@ -25,6 +30,7 @@ public class BarterInBloodTest extends CardTestPlayerBase {
|
|||
setStopAt(1, Constants.PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertPermanentCount(playerB, 0);
|
||||
assertPermanentCount(playerA, 5);
|
||||
assertPermanentCount(playerB, 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue