mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fix meld trigger text for Gisela, the Broken Blade
This commit is contained in:
parent
f3f852bab7
commit
9a069edc44
1 changed files with 1 additions and 1 deletions
|
@ -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."));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue