forked from External/mage
Copy abilities - fixed wrong copy of transformed tokens like Incubator/Phyrexian (related to #11535, #11307, #10801, #10263);
This commit is contained in:
parent
50fd029c3b
commit
00a7cc645d
7 changed files with 273 additions and 28 deletions
|
|
@ -602,6 +602,11 @@ public abstract class CardImpl extends MageObjectImpl implements Card {
|
|||
// mtg rules method: here
|
||||
// GUI related method: search "transformable = true" in CardView
|
||||
// TODO: check and fix method usage in game engine, it's must be mtg rules logic, not GUI
|
||||
|
||||
// 701.28c
|
||||
// If a spell or ability instructs a player to transform a permanent that
|
||||
// isn’t represented by a transforming token or a transforming double-faced
|
||||
// card, nothing happens.
|
||||
return this.secondSideCardClazz != null || this.nightCard;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue