From 9b067bb766e7ce44d1f3df06b12dd87217a6c8c8 Mon Sep 17 00:00:00 2001 From: "guzhenjie1@gmail.com" Date: Fri, 25 Feb 2011 11:59:29 +0000 Subject: [PATCH] Fixed Wash Out reported in forum. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 918216da0..b899bc3fd 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -71988,11 +71988,11 @@ toughness=2 [/card] [card] name=Wash Out -auto=choice name(return all white permanents to owners' hand) && moveTo(myhand) all(*[white]|mybattlefield) && moveTo(myhand) all(*[white]|opponentbattlefield) -auto=choice name(return all blue permanents to owners' hand) && moveTo(myhand) all(*[blue]|mybattlefield) && moveTo(myhand) all(*[blue]|opponentbattlefield) -auto=choice name(return all black permanents to owners' hand) && moveTo(myhand) all(*[black]|mybattlefield) && moveTo(myhand) all(*[black]|opponentbattlefield) -auto=choice name(return all red permanents to owners' hand) && moveTo(myhand) all(*[red]|mybattlefield) && moveTo(myhand) all(*[red]|opponentbattlefield) -auto=choice name(return all green permanents to owners' hand) && moveTo(myhand) all(*[green]|mybattlefield) && moveTo(myhand) all(*[green]|opponentbattlefield) +auto=choice name(return all white permanents to owners' hand) && moveTo(myhand) all(*[white]|mybattlefield) && moveTo(opponenthand) all(*[white]|opponentbattlefield) +auto=choice name(return all blue permanents to owners' hand) && moveTo(myhand) all(*[blue]|mybattlefield) && moveTo(opponenthand) all(*[blue]|opponentbattlefield) +auto=choice name(return all black permanents to owners' hand) && moveTo(myhand) all(*[black]|mybattlefield) && moveTo(opponenthand) all(*[black]|opponentbattlefield) +auto=choice name(return all red permanents to owners' hand) && moveTo(myhand) all(*[red]|mybattlefield) && moveTo(opponenthand) all(*[red]|opponentbattlefield) +auto=choice name(return all green permanents to owners' hand) && moveTo(myhand) all(*[green]|mybattlefield) && moveTo(opponenthand) all(*[green]|opponentbattlefield) text=Return all permanents of the color of your choice to their owners' hands. mana={3}{U} type=Sorcery