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

@@ -802,6 +802,7 @@ public class CardFactory implements NewConstants {
{ {
String jk[] = kk[1].split("\\."); 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")) else if (k[2].matches("X"))