mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fix for Suspend related to ChangeZone fixes.
This commit is contained in:
@@ -1306,8 +1306,8 @@ public class CardFactoryUtil {
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
AllZone.GameAction.exile(sourceCard);
|
||||
sourceCard.addCounter(Counters.TIME, suspendCounters);
|
||||
Card c = AllZone.GameAction.exile(sourceCard);
|
||||
c.addCounter(Counters.TIME, suspendCounters);
|
||||
}
|
||||
};
|
||||
StringBuilder sbDesc = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user