mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Tokens with different summoning sickness will no longer stack.
This commit is contained in:
@@ -119,7 +119,8 @@ public class PlayArea extends CardPanelContainer implements CardPanelMouseListen
|
|||||||
insertIndex = i;
|
insertIndex = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!panel.attachedPanels.isEmpty() || !panel.gameCard.getCounters().equals(firstPanel.gameCard.getCounters())
|
if (!panel.attachedPanels.isEmpty() || !panel.gameCard.getCounters().equals(firstPanel.gameCard.getCounters())
|
||||||
|
|| panel.gameCard.isSick() != firstPanel.gameCard.isSick()
|
||||||
|| stack.size() == tokenStackMax) {
|
|| stack.size() == tokenStackMax) {
|
||||||
// If this token has attachments or the stack is full, put it to the right.
|
// If this token has attachments or the stack is full, put it to the right.
|
||||||
insertIndex = i + 1;
|
insertIndex = i + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user