Fixed bug in spDiscard for "UnlessDiscardType" clause.

This commit is contained in:
jendave
2011-08-06 06:11:39 +00:00
parent 9dc5216b4c
commit 35c342ee25

View File

@@ -801,7 +801,8 @@ public class CardFactory implements NewConstants {
if (kk[1].startsWith("UnlessDiscardType"))
{
String jk[] = kk[1].split("\\.");
UnlessType[0] = jk[1];
UnlessType[0] = jk[1];
NumCards[0] = Integer.parseInt(kk[0]);
}
}
else if (k[2].matches("X"))