mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Shadow Kin - fixed game error on usage with MDF cards (related to #13308)
This commit is contained in:
parent
b31a6c834a
commit
4a3429b792
2 changed files with 3 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue