forked from External/mage
* Fixed that as thought effects could wrongly only apply to the ability controller.
This commit is contained in:
parent
b3c0cc10b0
commit
f9f49e9c00
11 changed files with 77 additions and 95 deletions
|
|
@ -490,7 +490,7 @@ public class CardUtil {
|
|||
uniqueString.append(text);
|
||||
}
|
||||
uniqueString.append(cardId);
|
||||
Card card = game.getCard(cardId);
|
||||
Card card = game.getCard(cardId); // if called for a token, the id is enough
|
||||
if (card != null) {
|
||||
uniqueString.append(card.getZoneChangeCounter());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue