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