mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fixed bug in spDiscard for "UnlessDiscardType" clause.
This commit is contained in:
@@ -802,6 +802,7 @@ public class CardFactory implements NewConstants {
|
||||
{
|
||||
String jk[] = kk[1].split("\\.");
|
||||
UnlessType[0] = jk[1];
|
||||
NumCards[0] = Integer.parseInt(kk[0]);
|
||||
}
|
||||
}
|
||||
else if (k[2].matches("X"))
|
||||
|
||||
Reference in New Issue
Block a user