mirror of
https://github.com/correl/mage.git
synced 2025-04-08 09:11:04 -09:00
fix verify failure
This commit is contained in:
parent
26945fe505
commit
ea3b40b010
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public final class ValorsReachTagTeam extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "");
|
||||
|
||||
this.color.setWhite(true);
|
||||
this.color.setBlue(true);
|
||||
this.color.setRed(true);
|
||||
this.nightCard = true;
|
||||
|
||||
// Create two 3/2 red and white Warrior creature tokens with "Whenever this creature and at least one other creature token attack, put a +1/+1 counter on this creature."
|
||||
|
|
Loading…
Add table
Reference in a new issue