mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
parent
a0f8a42699
commit
76f30b3046
2 changed files with 26 additions and 2 deletions
|
|
@ -334,6 +334,9 @@ public final class GuiDisplayUtil {
|
|||
buffer.append("[only controlled] ");
|
||||
}
|
||||
}
|
||||
if (card instanceof PermanentView && ((PermanentView) card).isAttachedToDifferentlyControlledPermanent()) {
|
||||
buffer.append('(').append(((PermanentView) card).getNameController()).append(") ");
|
||||
}
|
||||
if (card.getMageObjectType() != MageObjectType.NULL) {
|
||||
buffer.append(card.getMageObjectType().toString());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue