[ZNC] fixed Whispersteel Dagger text (#7085)

This commit is contained in:
Evan Kranzler 2020-09-26 16:14:20 -04:00
parent 8912da2b41
commit a9a356f187

View file

@ -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) {