mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
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
|
|
@ -149,7 +149,7 @@ public class TestCardRenderDialog extends MageDialog {
|
|||
|
||||
if (transform) {
|
||||
// need direct transform call to keep other side info (original)
|
||||
TransformAbility.transformPermanent(permanent, permCard.getSecondCardFace(), game, null);
|
||||
TransformAbility.transformPermanent(permanent, game, null);
|
||||
}
|
||||
|
||||
if (damage > 0) permanent.damage(damage, controllerId, null, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue