forked from External/mage
GUI related improves:
* GUI: fixed that choose triggers/piles dialog doesn't close correctly before cast mode choose (#8225); * GUI: fixed that some choose dialogs doesn't update battlefield state (example: choose amount, choose mana); * Game: fixed duplicated json logs at the game's end;
This commit is contained in:
parent
f31781e4a4
commit
46081d9185
11 changed files with 212 additions and 171 deletions
|
|
@ -1394,7 +1394,7 @@ public final class CardUtil {
|
|||
if (!controller.moveCards(card, toZone, source, game)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// add counter
|
||||
// after move it's a new object (not a permanent), so must work with main card
|
||||
Effect effect = new AddCountersTargetEffect(counter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue