mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[ZNR] small additional fix to party count test
This commit is contained in:
parent
100c130cec
commit
649ff35359
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class PartyCountTest extends CardTestPlayerBase {
|
|||
|
||||
private void makeCreature(String name, TestPlayer player, SubType... subTypes) {
|
||||
addCustomCardWithAbility(
|
||||
name, playerA, null, null,
|
||||
name, player, null, null,
|
||||
CardType.CREATURE, "{1}", Zone.BATTLEFIELD, subTypes
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue