mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Merge branch 'taxi' into 'master'
Fix Dermotaxi See merge request core-developers/forge!4883
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 it’s a Vehicle artifact in addition to its other types. | SpellDescription$ Until end of turn, CARDNAME becomes a copy of the imprinted card, except it’s 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 it’s a Vehicle artifact in addition to its other types. | SpellDescription$ Until end of turn, CARDNAME becomes a copy of the imprinted card, except it’s 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 it’s 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 it’s a Vehicle artifact in addition to its other types.
|
||||||
|
|||||||
Reference in New Issue
Block a user