Merge branch 'taxi' into 'master'

Fix Dermotaxi

See merge request core-developers/forge!4883
This commit is contained in:
Michael Kamensky
2021-06-15 03:28:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ public class CloneEffect extends SpellAbilityEffect {
tgtCard.updateStateForView(); tgtCard.updateStateForView();
// when clone is itself, cleanup from old abilities // when clone is itself, cleanup from old abilities
if (host.equals(tgtCard)) { if (host.equals(tgtCard) && !sa.hasParam("ImprintRememberedNoCleanup")) {
tgtCard.clearImprintedCards(); tgtCard.clearImprintedCards();
tgtCard.clearRemembered(); tgtCard.clearRemembered();
} }

View File

@@ -4,6 +4,6 @@ Types:Artifact Vehicle
PT:0/0 PT:0/0
K:ETBReplacement:Other:Imprint K:ETBReplacement:Other:Imprint
SVar:Imprint:DB$ ChangeZone | Imprint$ True | ChangeType$ Creature | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Exile | Mandatory$ True | Hidden$ True | Chooser$ You | SpellDescription$ Imprint - As CARDNAME enters the battlefield, exile a creature card from a graveyard. SVar:Imprint:DB$ ChangeZone | Imprint$ True | ChangeType$ Creature | ChangeNum$ 1 | Origin$ Graveyard | Destination$ Exile | Mandatory$ True | Hidden$ True | Chooser$ You | SpellDescription$ Imprint - As CARDNAME enters the battlefield, exile a creature card from a graveyard.
A:AB$ Clone | Cost$ tapXType<2/Creature> | Defined$ Imprinted | Duration$ UntilEndOfTurn | AddTypes$ Vehicle & Artifact | StackDescription$ Until end of turn, CARDNAME becomes a copy of {c:Imprinted}, except its a Vehicle artifact in addition to its other types. | SpellDescription$ Until end of turn, CARDNAME becomes a copy of the imprinted card, except its a Vehicle artifact in addition to its other types. A:AB$ Clone | Cost$ tapXType<2/Creature> | Defined$ Imprinted | Duration$ UntilEndOfTurn | ImprintRememberedNoCleanup$ True | AddTypes$ Vehicle & Artifact | StackDescription$ Until end of turn, CARDNAME becomes a copy of {c:Imprinted}, except its a Vehicle artifact in addition to its other types. | SpellDescription$ Until end of turn, CARDNAME becomes a copy of the imprinted card, except its a Vehicle artifact in addition to its other types.
SVar:NeedsToPlay:Creature.inZoneGraveyard SVar:NeedsToPlay:Creature.inZoneGraveyard
Oracle:Imprint — As Dermotaxi enters the battlefield, exile a creature card from a graveyard.\nTap two untapped creatures you control: Until end of turn, Dermotaxi becomes a copy of the imprinted card, except its a Vehicle artifact in addition to its other types. Oracle:Imprint — As Dermotaxi enters the battlefield, exile a creature card from a graveyard.\nTap two untapped creatures you control: Until end of turn, Dermotaxi becomes a copy of the imprinted card, except its a Vehicle artifact in addition to its other types.