mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
[ZNC] fixed Whispersteel Dagger text (#7085)
This commit is contained in:
parent
8912da2b41
commit
a9a356f187
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ class WhispersteelDaggerCastFromExileEffect extends AsThoughEffectImpl {
|
|||
|
||||
WhispersteelDaggerCastFromExileEffect() {
|
||||
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfTurn, Outcome.Benefit);
|
||||
staticText = "you may cast a creature spell from that player's graveyard this turn, and";
|
||||
staticText = "you may cast a creature spell from that player's graveyard this turn";
|
||||
}
|
||||
|
||||
private WhispersteelDaggerCastFromExileEffect(final WhispersteelDaggerCastFromExileEffect effect) {
|
||||
|
@ -110,7 +110,7 @@ class WhispersteelDaggerSpendAnyManaEffect extends AsThoughEffectImpl implements
|
|||
|
||||
WhispersteelDaggerSpendAnyManaEffect() {
|
||||
super(AsThoughEffectType.SPEND_OTHER_MANA, Duration.Custom, Outcome.Benefit);
|
||||
staticText = "you may spend mana as though it were mana of any color to cast that spell";
|
||||
staticText = ", and you may spend mana as though it were mana of any color to cast that spell";
|
||||
}
|
||||
|
||||
private WhispersteelDaggerSpendAnyManaEffect(final WhispersteelDaggerSpendAnyManaEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue