mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fix some more inexact rule texts
This commit is contained in:
parent
ef07b5b998
commit
68dfcf4eac
3 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ class JayaBallardCastFromGraveyardEffect extends AsThoughEffectImpl {
|
|||
|
||||
JayaBallardCastFromGraveyardEffect() {
|
||||
super(AsThoughEffectType.PLAY_FROM_NOT_OWN_HAND_ZONE, Duration.EndOfGame, Outcome.Benefit);
|
||||
staticText = "You may cast instant and sorcery cards from your graveyard";
|
||||
staticText = "You may cast instant and sorcery spells from your graveyard";
|
||||
}
|
||||
|
||||
JayaBallardCastFromGraveyardEffect(final JayaBallardCastFromGraveyardEffect effect) {
|
||||
|
|
@ -83,7 +83,7 @@ class JayaBallardReplacementEffect extends ReplacementEffectImpl {
|
|||
|
||||
public JayaBallardReplacementEffect() {
|
||||
super(Duration.EndOfGame, Outcome.Exile);
|
||||
staticText = "If a card cast this way would be put into a graveyard this turn, exile it instead";
|
||||
staticText = "If a spell cast this way would be put into a graveyard this turn, exile it instead";
|
||||
}
|
||||
|
||||
protected JayaBallardReplacementEffect(final JayaBallardReplacementEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue