*Fixed small error in AF_CounterMagic's parsing of the Destination parameter.

This commit is contained in:
jendave
2011-08-06 14:41:51 +00:00
parent d76b96b604
commit 9c1fe3827e

View File

@@ -253,7 +253,7 @@ public class AbilityFactory_CounterMagic {
else if(destination.equals("Exile")) {
AllZone.GameAction.exile(tgtSA.getSourceCard());
}
else if(destination.equals("Topdeck")) {
else if(destination.equals("TopDeck")) {
AllZone.GameAction.moveToTopOfLibrary(tgtSA.getSourceCard());
}
else if(destination.equals("Hand")) {