mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
* Dack Fayden - Fixed that the controll of Artifacts taken under control by Dack Faden wrongly also change with the control of Dack Fayden.
This commit is contained in:
parent
b25c1ded7b
commit
a5fb925eef
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class DackFayden extends CardImpl {
|
|||
this.addAbility(ability);
|
||||
|
||||
// -2: Gain control of target artifact.
|
||||
effect = new GainControlTargetEffect(Duration.EndOfGame);
|
||||
effect = new GainControlTargetEffect(Duration.EndOfGame, true);
|
||||
effect.setText("Gain control of target artifact");
|
||||
ability = new LoyaltyAbility(effect, -2);
|
||||
ability.addTarget(new TargetArtifactPermanent());
|
||||
|
|
Loading…
Reference in a new issue