mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[VOW] fixed Soulcipher Board transforming without removing all counters (fixes #8537)
This commit is contained in:
parent
f67a847123
commit
5e1bac3f99
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public final class SoulcipherBoard extends CardImpl {
|
||||
|
||||
private static final Condition condition = new SourceHasCounterCondition(CounterType.OMEN, 0);
|
||||
private static final Condition condition = new SourceHasCounterCondition(CounterType.OMEN, 0, 0);
|
||||
|
||||
public SoulcipherBoard(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{1}{U}");
|
||||
|
|
Loading…
Reference in a new issue