* 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:
LevelX2 2015-05-29 10:24:16 +02:00
parent b25c1ded7b
commit a5fb925eef

View file

@ -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());