Fix meld trigger text for Gisela, the Broken Blade

This commit is contained in:
Eric McVicker 2016-07-12 02:38:20 -05:00
parent f3f852bab7
commit 9a069edc44

View file

@ -69,7 +69,7 @@ public class GiselaTheBrokenBlade extends CardImpl {
this.addAbility(new ConditionalTriggeredAbility( this.addAbility(new ConditionalTriggeredAbility(
new BeginningOfEndStepTriggeredAbility(new MeldEffect("Bruna, the Fading Light", new BriselaVoiceOfNightmares(ownerId)), TargetController.YOU, false), new BeginningOfEndStepTriggeredAbility(new MeldEffect("Bruna, the Fading Light", new BriselaVoiceOfNightmares(ownerId)), TargetController.YOU, false),
new MeldCondition("Bruna, the Fading Light"), new MeldCondition("Bruna, the Fading Light"),
"At the beginning of combat on your turn, if you both own and control {this} and a creature named Bruna, the Fading Light, exile them, " "At the beginning of your end step, if you both own and control {this} and a creature named Bruna, the Fading Light, exile them, "
+ "then meld them into Brisela, Voice of Nightmares.")); + "then meld them into Brisela, Voice of Nightmares."));
} }