Shadow Kin - fixed game error on usage with MDF cards (related to #13308)

This commit is contained in:
Oleg Agafonov 2025-02-07 07:56:11 +04:00
parent b31a6c834a
commit 4a3429b792
2 changed files with 3 additions and 2 deletions

View file

@ -45,7 +45,7 @@ public class PermanentCard extends PermanentImpl {
}
// usage check: you must put to play only real card's part
// if you use it in test code then call CardUtil.getDefaultCardSideForBattlefield for default side
// if you use it in test code or for permanent's copy effects then call CardUtil.getDefaultCardSideForBattlefield for default side
// it's a basic check and still allows to create permanent from instant or sorcery
boolean goodForBattlefield = true;
if (card instanceof ModalDoubleFacedCard) {