From ea3b40b010e77a5fc838ca6da2884595dd0ce3bc Mon Sep 17 00:00:00 2001 From: theelk801 Date: Sat, 15 Apr 2023 18:55:44 -0400 Subject: [PATCH] fix verify failure --- Mage.Sets/src/mage/cards/v/ValorsReachTagTeam.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/v/ValorsReachTagTeam.java b/Mage.Sets/src/mage/cards/v/ValorsReachTagTeam.java index 772b6cac731..b01d199a7c8 100644 --- a/Mage.Sets/src/mage/cards/v/ValorsReachTagTeam.java +++ b/Mage.Sets/src/mage/cards/v/ValorsReachTagTeam.java @@ -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."