mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Fix for suspend that broke just before submission.
This commit is contained in:
@@ -3445,7 +3445,7 @@ public class CardFactory implements NewConstants {
|
||||
if(n != -1) {
|
||||
String parse = card.getKeyword().get(n).toString();
|
||||
card.removeIntrinsicKeyword(parse);
|
||||
|
||||
card.setSuspend(true);
|
||||
String k[] = parse.split(":");
|
||||
|
||||
final int timeCounters = Integer.parseInt(k[1]);
|
||||
|
||||
Reference in New Issue
Block a user