mirror of
https://github.com/correl/mage.git
synced 2025-03-16 01:06:34 -09: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 {
|
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) {
|
public SoulcipherBoard(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{1}{U}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{1}{U}");
|
||||||
|
|
Loading…
Add table
Reference in a new issue