mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Update to ungendered wording
This commit is contained in:
parent
d9c7daaf52
commit
1a9ee7b0b9
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ public final class Prophecy extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{W}");
|
||||
|
||||
|
||||
// Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles his or her library.
|
||||
// Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles their library.
|
||||
this.getSpellAbility().addEffect(new ProphecyEffect());
|
||||
this.getSpellAbility().addTarget(new TargetOpponent());
|
||||
|
||||
|
@ -51,7 +51,7 @@ class ProphecyEffect extends OneShotEffect {
|
|||
|
||||
public ProphecyEffect() {
|
||||
super(Outcome.GainLife);
|
||||
this.staticText = "Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles his or her library";
|
||||
this.staticText = "Reveal the top card of target opponent's library. If it's a land, you gain 1 life. Then that player shuffles their library";
|
||||
}
|
||||
|
||||
public ProphecyEffect(final ProphecyEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue