From 9a069edc44467777cf133961d69969676457397c Mon Sep 17 00:00:00 2001 From: Eric McVicker Date: Tue, 12 Jul 2016 02:38:20 -0500 Subject: [PATCH] Fix meld trigger text for Gisela, the Broken Blade --- Mage.Sets/src/mage/sets/eldritchmoon/GiselaTheBrokenBlade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/eldritchmoon/GiselaTheBrokenBlade.java b/Mage.Sets/src/mage/sets/eldritchmoon/GiselaTheBrokenBlade.java index 82b8ded180..4aae7730c9 100644 --- a/Mage.Sets/src/mage/sets/eldritchmoon/GiselaTheBrokenBlade.java +++ b/Mage.Sets/src/mage/sets/eldritchmoon/GiselaTheBrokenBlade.java @@ -69,7 +69,7 @@ public class GiselaTheBrokenBlade extends CardImpl { this.addAbility(new ConditionalTriggeredAbility( new BeginningOfEndStepTriggeredAbility(new MeldEffect("Bruna, the Fading Light", new BriselaVoiceOfNightmares(ownerId)), TargetController.YOU, false), 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.")); }