mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
[ZNR] fixed Sea Gate Stormcaller text (#7044)
This commit is contained in:
parent
a7d8d8a914
commit
fe80d9babc
1 changed files with 3 additions and 4 deletions
|
@ -41,10 +41,9 @@ public final class SeaGateStormcaller extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldTriggeredAbility(new ConditionalOneShotEffect(
|
||||
new CreateDelayedTriggeredAbilityEffect(new SeaGateStormcallerDelayedTriggeredAbility(true)),
|
||||
new CreateDelayedTriggeredAbilityEffect(new SeaGateStormcallerDelayedTriggeredAbility(false)),
|
||||
KickedCondition.instance, "When {this} enters the battlefield, " +
|
||||
"copy the next instant or sorcery spell with converted mana cost 2 or less " +
|
||||
"you cast this turn when you cast it. If {this} was kicked, copy that spell twice instead. " +
|
||||
"You may choose new targets for the copies."
|
||||
KickedCondition.instance, "copy the next instant or sorcery spell " +
|
||||
"with converted mana cost 2 or less you cast this turn when you cast it. " +
|
||||
"If {this} was kicked, copy that spell twice instead. You may choose new targets for the copies."
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue